D
D
Dmitry2015-06-24 17:24:40
Java
Dmitry, 2015-06-24 17:24:40

Serialization tasks?

Guys, give a more difficult task for serialization, I understand this topic, I need practical tasks to fill my hand

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Denis Yakovenko, 2015-06-24
@yakovenkodenis

Write a vector graphics editor with the ability to save (serialize) an image to a file and then you can load the serialized file into the program and continue working from the save location. You can also add the ability to combine images from two serialized ones.
Pretty simple problem, but still

V
Vitaly Pukhov, 2015-06-25
@Neuroware

Any problem with complex graphs, graph serialization can be quite a challenge.

C
cthulhudx, 2015-06-28
@cthulhudx

Here's a couple of puzzles.
1. Write a client-server application that implements a remote method call (RPC) mechanism. Provide integration with service clients implemented on other platforms through XML serialization. If the client application is implemented on the same platform as service - use binary serialization (essentially analogous to WCF/RMI ).
2. Write your own object serialization library (object graphs) to YAML format.
3.Perform task No. 1 using object serialization in the Protocol Buffers format.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question