com.thoughtworks.xstream.io.json
Class AbstractJsonWriter.Type

java.lang.Object
  extended by com.thoughtworks.xstream.io.json.AbstractJsonWriter.Type
Enclosing class:
AbstractJsonWriter

public static class AbstractJsonWriter.Type
extends Object


Field Summary
static AbstractJsonWriter.Type BOOLEAN
           
static AbstractJsonWriter.Type NULL
           
static AbstractJsonWriter.Type NUMBER
           
static AbstractJsonWriter.Type STRING
           
 
Constructor Summary
AbstractJsonWriter.Type()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static AbstractJsonWriter.Type NULL

STRING

public static AbstractJsonWriter.Type STRING

NUMBER

public static AbstractJsonWriter.Type NUMBER

BOOLEAN

public static AbstractJsonWriter.Type BOOLEAN
Constructor Detail

AbstractJsonWriter.Type

public AbstractJsonWriter.Type()


Copyright © 2004-2014 XStream. All Rights Reserved.