|
|
|
|
|
by larsmak
4212 days ago
|
|
Typically you create your class manually and map to-and-from json-strings. In a web-context you'd usually let the container handle the serialization/de-serialization (jax-rs), in other contexts I tend to use Google's GSON-library. |
|