Guys need help on how to implement serialization / deserialization without using serialization api, and accordingly ObjectOutputStream because it is included in this mechanism. If you share a link to the material or give advice, I will be very grateful

  • that is, you do not want to use Serializable - Farkhod Daniyarov
  • Yes, that's right, how to implement your serialization mechanism? How to put object data into an array of bytes, how to distinguish objects that are in the body of an object, and which ones are in the collection in the same object? - A.Macakov
  • I found under custom serialization only how to specify a trancient field, all custom ends here ( - A.Macakov
  • I don’t even know, like ObjectOutputStream is used ObjectOutputStream - if you need without it, then you need to write your bicycle. In each class that should be serialized / deserialized, define your methods for this purpose - Farkhod Daniyarov
  • I did not find how to solve the problem with the separator, that the object ended and a new one begins, and how then to track when the queue reaches the dynamic array, because then all other objects will fall into one array. - A.Macakov

0