-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
None
Printing the JSON representation of the following entity generates a weird print of the Map
JSON
{"_type":"generic.MapOfString","data":["\n\u00011\u0012\u00012","\n\u00013\u0012\u00014"]}
Entity
public class MapOfString { @ProtoField(value = 1, mapImplementation = HashMap.class) public Map<String, String> data; }
Source code: https://github.com/pruivo/protostream/commit/c55c3899c320a8055f26a16cd9631559ac557203
- duplicates
-
IPROTO-346 Unable to create JSON representation of a Map with non primitive values
-
- Resolved
-