This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Every deserializer needs information about types - the data structure. In my serialization the deserializer can work behind network connection so it can’t count on Reflection mechanism. That’s why the serializer has to discover and serialize data structure that could be sent over the network and understood by deserializer. This is Serializing Java - emerging series about writing your…
Read on /2017/05/serializing-java-inspecting-data-structure/ ↗
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.