How can I serialize object like following example using Protostuff:
Map<String, Map<String, String>>
I know that I must to use MapSchema, but I don't know what I need to do with this object.
How can I serialize object like following example using Protostuff:
Map<String, Map<String, String>>
I know that I must to use MapSchema, but I don't know what I need to do with this object.
Copyright © 2021 Jogjafile Inc.
Class to serialize outer Map:
Class to serialize inner Map: