geode - java.lang.Character Json PDX field causes JSONFormatter errors -
i have c# native client populates geode region domain object serializable pdx. @ least, object appears in pulse pdxinstance. have java client listener listens new pdxinstances automatically deserializes json using:
string value = jsonformatter.tojson(ev.getnewvalue());
the errors could not create json document pdxinstance , pdxinstance returns unknwon pdxfield ordtype type c
the json pdxinstance field looks this
"ordtype": [ "java.lang.character", "c" ]
is known issue jsonformatter date?
Comments
Post a Comment