|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qtunes.core.util.JSONSerializer
org.qtunes.auth.control.ControlJSONSerializer
public class ControlJSONSerializer
A JSONSerializer that has been customizer to serialize/deserialize object likely to to passed to or from the ControlMethodInvoker
| Constructor Summary | |
|---|---|
ControlJSONSerializer()
|
|
ControlJSONSerializer(java.lang.String[] features)
Features: bitsetmap - bitset serialized as {bitset: fe00000 } |
|
| Method Summary | |
|---|---|
java.lang.Object |
getCustomRead(java.util.Map m)
Subclasses may override this method to return a more specific type of object than the Map specified. |
java.lang.Object |
getCustomWrite(java.lang.Object o)
Get an object that can be serialized to represent the specified Object. |
| Methods inherited from class org.qtunes.core.util.JSONSerializer |
|---|
getCustomRead, read, read, readAsProbableString, readCustomToken, setLaxKeyQuoting, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ControlJSONSerializer()
public ControlJSONSerializer(java.lang.String[] features)
| Method Detail |
|---|
public java.lang.Object getCustomWrite(java.lang.Object o)
JSONSerializer
getCustomWrite in class JSONSerializero - an unserializable Object
public java.lang.Object getCustomRead(java.util.Map m)
JSONSerializerJSONSerializer.getCustomWrite(java.lang.Object).
getCustomRead in class JSONSerializerm - a generic Map
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||