Uses of Class
com.sdicons.json.serializer.marshall.JSONMarshall
Packages that use JSONMarshall
-
Uses of JSONMarshall in com.sdicons.json.serializer.helper
Methods in com.sdicons.json.serializer.helper with parameters of type JSONMarshallModifier and TypeMethodDescriptionMarshallHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) Convert JSON representation into an instance of a class.void
MarshallHelper.renderValue
(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) Convert an element to JSON. -
Uses of JSONMarshall in com.sdicons.json.serializer.helper.impl
Methods in com.sdicons.json.serializer.helper.impl with parameters of type JSONMarshallModifier and TypeMethodDescriptionArrayHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) BigDecimalHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) BigIntegerHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) BooleanHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) ByteHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) CharacterHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) CollectionHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) ColorHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) DateHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) DoubleHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) EnumHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) FloatHelper.parseValue
(JSONObject aObjectValue, JSONMarshall aMarshall, HashMap aPool) FontHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) IntegerHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) LongHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) MapHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) ObjectHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) ObjectHelperDirect.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) ShortHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) StringHelper.parseValue
(JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) void
AbstractHelper.renderValue
(Object aObj, JSONObject aParent, JSONMarshall aMarshall, HashMap aPool) void
ArrayHelper.renderValue
(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) void
CollectionHelper.renderValue
(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) void
ColorHelper.renderValue
(Object aObj, JSONObject aParent, JSONMarshall aMarshall, HashMap aPool) void
DateHelper.renderValue
(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) void
FontHelper.renderValue
(Object aObj, JSONObject aParent, JSONMarshall aMarshall, HashMap aPool) void
MapHelper.renderValue
(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) void
ObjectHelper.renderValue
(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) void
ObjectHelperDirect.renderValue
(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool)