fm.liveswitch.JsonSerializer Member List

This is the complete list of members for fm.liveswitch.JsonSerializer, including all inherited members.

deserializeBoolean(String valueJson)fm.liveswitch.JsonSerializerstatic
deserializeBooleanArray(String arrayJson)fm.liveswitch.JsonSerializerstatic
deserializeDecimal(String valueJson)fm.liveswitch.JsonSerializerstatic
deserializeDecimalArray(String arrayJson)fm.liveswitch.JsonSerializerstatic
deserializeDictionary(String dictionaryJson, fm.liveswitch.IFunction0< java.util.HashMap< String, T >> createDictionaryCallback, final fm.liveswitch.IFunction1< String, T > deserializeValueCallback)fm.liveswitch.JsonSerializerstatic
deserializeDouble(String valueJson)fm.liveswitch.JsonSerializerstatic
deserializeDoubleArray(String arrayJson)fm.liveswitch.JsonSerializerstatic
deserializeFloat(String valueJson)fm.liveswitch.JsonSerializerstatic
deserializeFloatArray(String arrayJson)fm.liveswitch.JsonSerializerstatic
deserializeGuid(String valueJson)fm.liveswitch.JsonSerializerstatic
deserializeGuidArray(String arrayJson)fm.liveswitch.JsonSerializerstatic
deserializeInteger(String valueJson)fm.liveswitch.JsonSerializerstatic
deserializeIntegerArray(String arrayJson)fm.liveswitch.JsonSerializerstatic
deserializeLong(String valueJson)fm.liveswitch.JsonSerializerstatic
deserializeLongArray(String arrayJson)fm.liveswitch.JsonSerializerstatic
deserializeObject(String json, fm.liveswitch.IFunction0< T > creator, fm.liveswitch.IAction3< T, String, String > callback)fm.liveswitch.JsonSerializerstatic
deserializeObjectArray(String json, fm.liveswitch.IFunction1< String, T > deserializer)fm.liveswitch.JsonSerializerstatic
deserializeObjectFast(String json, fm.liveswitch.IFunction0< T > creator, fm.liveswitch.IAction3< T, String, String > callback)fm.liveswitch.JsonSerializerstatic
deserializeRaw(String dataJson)fm.liveswitch.JsonSerializerstatic
deserializeRawArray(String json)fm.liveswitch.JsonSerializerstatic
deserializeString(String valueJson)fm.liveswitch.JsonSerializerstatic
deserializeStringArray(String arrayJson)fm.liveswitch.JsonSerializerstatic
escapeString(String text)fm.liveswitch.JsonSerializerstatic
isValidJson(String json)fm.liveswitch.JsonSerializerstatic
JsonSerializer()fm.liveswitch.JsonSerializer
serializeBoolean(fm.liveswitch.NullableBoolean value)fm.liveswitch.JsonSerializerstatic
serializeBooleanArray(boolean[] array)fm.liveswitch.JsonSerializerstatic
serializeDecimal(fm.liveswitch.NullableBigDecimal value)fm.liveswitch.JsonSerializerstatic
serializeDecimalArray(java.math.BigDecimal[] array)fm.liveswitch.JsonSerializerstatic
serializeDictionary(java.util.HashMap< String, T > dictionary, final fm.liveswitch.IFunction1< T, String > serializeValueCallback)fm.liveswitch.JsonSerializerstatic
serializeDouble(fm.liveswitch.NullableDouble value)fm.liveswitch.JsonSerializerstatic
serializeDoubleArray(double[] array)fm.liveswitch.JsonSerializerstatic
serializeFloat(fm.liveswitch.NullableFloat value)fm.liveswitch.JsonSerializerstatic
serializeFloatArray(float[] array)fm.liveswitch.JsonSerializerstatic
serializeGuid(fm.liveswitch.NullableGuid value)fm.liveswitch.JsonSerializerstatic
serializeGuidArray(fm.liveswitch.Guid[] array)fm.liveswitch.JsonSerializerstatic
serializeInteger(fm.liveswitch.NullableInteger value)fm.liveswitch.JsonSerializerstatic
serializeIntegerArray(int[] array)fm.liveswitch.JsonSerializerstatic
serializeLong(fm.liveswitch.NullableLong value)fm.liveswitch.JsonSerializerstatic
serializeLongArray(long[] array)fm.liveswitch.JsonSerializerstatic
serializeObject(T source, fm.liveswitch.IAction2< T, java.util.HashMap< String, String >> callback)fm.liveswitch.JsonSerializerstatic
serializeObjectArray(T[] objects, fm.liveswitch.IFunction1< T, String > serializer)fm.liveswitch.JsonSerializerstatic
serializeObjectFast(T source, fm.liveswitch.IAction2< T, java.util.HashMap< String, String >> callback)fm.liveswitch.JsonSerializerstatic
serializeRaw(String dataJson)fm.liveswitch.JsonSerializerstatic
serializeRawArray(String[] jsons)fm.liveswitch.JsonSerializerstatic
serializeString(String value)fm.liveswitch.JsonSerializerstatic
serializeStringArray(String[] array)fm.liveswitch.JsonSerializerstatic
trimQuotes(String value)fm.liveswitch.JsonSerializerstatic
unescapeString(String text)fm.liveswitch.JsonSerializerstatic