Quantcast
Channel: JavaPins - Stories tagged with serialization
Viewing all articles
Browse latest Browse all 15

JSON for polymorphic Java object serialization

$
0
0
For a long time now JSON is a de facto standard for all kinds of data serialization between client and server. Among other, its strengths are simplicity and human-readability. But with simplicity comes some limitations, one of them I would like to talk about today: storing and retrieving polymorphic Java objects.
Pin it

Viewing all articles
Browse latest Browse all 15

Trending Articles