Uses of Class
com.sdicons.json.serializer.marshall.MarshallException
Packages that use MarshallException
Package
Description
-
Uses of MarshallException in com.sdicons.json.serializer.helper
Methods in com.sdicons.json.serializer.helper that throw MarshallExceptionModifier 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 MarshallException in com.sdicons.json.serializer.helper.impl
Methods in com.sdicons.json.serializer.helper.impl that throw MarshallExceptionModifier and TypeMethodDescriptionprotected ObjectHelperDirect.AnnotatedMethods
ObjectHelperDirect.getAnnotatedMethods
(Class aClass) ArrayHelper.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) -
Uses of MarshallException in com.sdicons.json.serializer.marshall
Methods in com.sdicons.json.serializer.marshall that throw MarshallExceptionModifier and TypeMethodDescriptionboolean
MarshallValue.getBoolean()
Get the primitive boolean value.boolean
MarshallValueImpl.getBoolean()
byte
MarshallValue.getByte()
Get the primitive byte value.byte
MarshallValueImpl.getByte()
char
MarshallValue.getChar()
Get the primitive char value.char
MarshallValueImpl.getChar()
double
MarshallValue.getDouble()
Get the primitive double value.double
MarshallValueImpl.getDouble()
float
MarshallValue.getFloat()
Get the primitive float value.float
MarshallValueImpl.getFloat()
int
MarshallValue.getInt()
Get the primitive int value.int
MarshallValueImpl.getInt()
long
MarshallValue.getLong()
Get the primitive long value.long
MarshallValueImpl.getLong()
MarshallValue.getReference()
Get the reference to a Java object.MarshallValueImpl.getReference()
short
MarshallValue.getShort()
Get the primitive short value.short
MarshallValueImpl.getShort()
Convert a Java object to JSON.JSONMarshall.marshallImpl
(Object aObj, HashMap aPool) private JSONObject
JSONMarshall.marshallImplArray
(Object aObj, HashMap aPool) private JSONObject
JSONMarshall.marshallImplObject
(Object aObj, String aObjId, Class aObjClass, String aObjClassName, HashMap aPool) static void
JSONMarshall.requireStringAttribute
(JSONObject aElement, String anAttribute) JSONMarshall.unmarshall
(JSONObject aElement) Marshall.unmarshall
(JSONObject aElement) Convert a JSON representation to the Java primitive or reference.JSONMarshall.unmarshallImpl
(JSONObject aElement, HashMap aObjectPool) private Object
JSONMarshall.unmarshallImplPrimitive
(JSONObject aElement)