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

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -