Uses of Class
com.oracle.coherence.io.json.JsonObject
-
Packages that use JsonObject Package Description com.oracle.coherence.io.json JSON serializer implementation.com.oracle.coherence.io.json.internal Internal JSON packages. -
-
Uses of JsonObject in com.oracle.coherence.io.json
Methods in com.oracle.coherence.io.json that return JsonObject Modifier and Type Method Description JsonObjectJsonObject.Serializer. deserialize(PofReader in)JsonObjectJsonObject. set(String name, Object value)Set the value for the given key.JsonObjectJsonObject. setVersion(int version)Set the version of this object.Methods in com.oracle.coherence.io.json with parameters of type JsonObject Modifier and Type Method Description voidJsonObject.Serializer. serialize(PofWriter out, JsonObject value) -
Uses of JsonObject in com.oracle.coherence.io.json.internal
Methods in com.oracle.coherence.io.json.internal that return JsonObject Modifier and Type Method Description JsonObjectJsonObjectConverter. deserialize(ObjectReader reader, Context ctx)Methods in com.oracle.coherence.io.json.internal with parameters of type JsonObject Modifier and Type Method Description voidJsonObjectConverter. serialize(JsonObject obj, ObjectWriter writer, Context ctx)
-