|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MarshallException | |
---|---|
com.sdicons.json.serializer.helper | |
com.sdicons.json.serializer.helper.impl | |
com.sdicons.json.serializer.marshall |
Uses of MarshallException in com.sdicons.json.serializer.helper |
---|
Methods in com.sdicons.json.serializer.helper that throw MarshallException | |
---|---|
Object |
MarshallHelper.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 MarshallException | |
---|---|
protected com.sdicons.json.serializer.helper.impl.ObjectHelperDirect.AnnotatedMethods |
ObjectHelperDirect.getAnnotatedMethods(Class aClass)
|
Object |
CollectionHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
FloatHelper.parseValue(JSONObject aObjectValue,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
ObjectHelperDirect.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
FontHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
BigDecimalHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
IntegerHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
BooleanHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
StringHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
DoubleHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
ArrayHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
CharacterHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
ShortHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
ColorHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
ObjectHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
DateHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
ByteHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
MapHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
EnumHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
LongHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
Object |
BigIntegerHelper.parseValue(JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
void |
CollectionHelper.renderValue(Object aObj,
JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
void |
ObjectHelperDirect.renderValue(Object aObj,
JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
void |
FontHelper.renderValue(Object aObj,
JSONObject aParent,
JSONMarshall aMarshall,
HashMap aPool)
|
void |
ArrayHelper.renderValue(Object aObj,
JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
void |
ColorHelper.renderValue(Object aObj,
JSONObject aParent,
JSONMarshall aMarshall,
HashMap aPool)
|
void |
ObjectHelper.renderValue(Object aObj,
JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
void |
DateHelper.renderValue(Object aObj,
JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
void |
MapHelper.renderValue(Object aObj,
JSONObject aObjectElement,
JSONMarshall aMarshall,
HashMap aPool)
|
void |
AbstractHelper.renderValue(Object aObj,
JSONObject aParent,
JSONMarshall aMarshall,
HashMap aPool)
|
Uses of MarshallException in com.sdicons.json.serializer.marshall |
---|
Methods in com.sdicons.json.serializer.marshall that throw MarshallException | |
---|---|
boolean |
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()
|
Object |
MarshallValue.getReference()
Get the reference to a Java object. |
Object |
MarshallValueImpl.getReference()
|
short |
MarshallValue.getShort()
Get the primitive short value. |
short |
MarshallValueImpl.getShort()
|
JSONObject |
Marshall.marshall(Object aObj)
Convert a Java object to JSON. |
JSONObject |
JSONMarshall.marshall(Object aObj)
|
JSONObject |
JSONMarshall.marshallImpl(Object aObj,
HashMap aPool)
|
static void |
JSONMarshall.requireStringAttribute(JSONObject aElement,
String anAttribute)
|
MarshallValue |
Marshall.unmarshall(JSONObject aElement)
Convert a JSON representation to the Java primitive or reference. |
MarshallValue |
JSONMarshall.unmarshall(JSONObject aElement)
|
Object |
JSONMarshall.unmarshallImpl(JSONObject aElement,
HashMap aObjectPool)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |