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.voidMarshallHelper.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) voidAbstractHelper.renderValue(Object aObj, JSONObject aParent, JSONMarshall aMarshall, HashMap aPool) voidArrayHelper.renderValue(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) voidCollectionHelper.renderValue(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) voidColorHelper.renderValue(Object aObj, JSONObject aParent, JSONMarshall aMarshall, HashMap aPool) voidDateHelper.renderValue(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) voidFontHelper.renderValue(Object aObj, JSONObject aParent, JSONMarshall aMarshall, HashMap aPool) voidMapHelper.renderValue(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) voidObjectHelper.renderValue(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool) voidObjectHelperDirect.renderValue(Object aObj, JSONObject aObjectElement, JSONMarshall aMarshall, HashMap aPool)