| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JSONSerializer | |
|---|---|
| org.apache.pivot.json | Contains classes that facilitate interaction with JSON and JSON-like data structures. | 
| Uses of JSONSerializer in org.apache.pivot.json | 
|---|
| Methods in org.apache.pivot.json with parameters of type JSONSerializer | |
|---|---|
 void | 
JSONSerializerListener.beginDictionary(JSONSerializer jsonSerializer,
                Dictionary<String,?> value)
Called when the serializer has begun reading a dictionary value.  | 
 void | 
JSONSerializerListener.Adapter.beginDictionary(JSONSerializer jsonSerializer,
                Dictionary<String,?> value)
 | 
 void | 
JSONSerializerListener.beginSequence(JSONSerializer jsonSerializer,
              Sequence<?> value)
Called when the serializer has begun reading a sequence value.  | 
 void | 
JSONSerializerListener.Adapter.beginSequence(JSONSerializer jsonSerializer,
              Sequence<?> value)
 | 
 void | 
JSONSerializerListener.endDictionary(JSONSerializer jsonSerializer)
Called when the serializer has finished reading a dictionary value.  | 
 void | 
JSONSerializerListener.Adapter.endDictionary(JSONSerializer jsonSerializer)
 | 
 void | 
JSONSerializerListener.endSequence(JSONSerializer jsonSerializer)
Called when the serializer has finished reading a sequence value.  | 
 void | 
JSONSerializerListener.Adapter.endSequence(JSONSerializer jsonSerializer)
 | 
 void | 
JSONSerializerListener.readBoolean(JSONSerializer jsonSerializer,
            Boolean value)
Called when the serializer has read a boolean value.  | 
 void | 
JSONSerializerListener.Adapter.readBoolean(JSONSerializer jsonSerializer,
            Boolean value)
 | 
 void | 
JSONSerializerListener.readKey(JSONSerializer jsonSerializer,
        String key)
Called when the serializer has read a dictionary key.  | 
 void | 
JSONSerializerListener.Adapter.readKey(JSONSerializer jsonSerializer,
        String key)
 | 
 void | 
JSONSerializerListener.readNull(JSONSerializer jsonSerializer)
Called when the serializer has read a null value.  | 
 void | 
JSONSerializerListener.Adapter.readNull(JSONSerializer jsonSerializer)
 | 
 void | 
JSONSerializerListener.readNumber(JSONSerializer jsonSerializer,
           Number value)
Called when the serializer has read a numeric value.  | 
 void | 
JSONSerializerListener.Adapter.readNumber(JSONSerializer jsonSerializer,
           Number value)
 | 
 void | 
JSONSerializerListener.readString(JSONSerializer jsonSerializer,
           String value)
Called when the serializer has read a string value.  | 
 void | 
JSONSerializerListener.Adapter.readString(JSONSerializer jsonSerializer,
           String value)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||