Uses of Interface
com.sdicons.json.serializer.marshall.MarshallValue
-
Packages that use MarshallValue Package Description com.sdicons.json.serializer.marshall -
-
Uses of MarshallValue in com.sdicons.json.serializer.marshall
Classes in com.sdicons.json.serializer.marshall that implement MarshallValue Modifier and Type Class Description class
MarshallValueImpl
Methods in com.sdicons.json.serializer.marshall that return MarshallValue Modifier and Type Method Description MarshallValue
JSONMarshall. unmarshall(JSONObject aElement)
MarshallValue
Marshall. unmarshall(JSONObject aElement)
Convert a JSON representation to the Java primitive or reference.
-