wox.serial
Interface Serial

All Known Subinterfaces:
ObjectReader, ObjectWriter
All Known Implementing Classes:
SimpleReader, SimpleWriter, Util, XMLUtil

public interface Serial

The Serial interface defines the constants used in the XML representation of objects. It also provides arrays of classes used for mapping primitive types, and primitive arrays.

Version:
Serial.java - 1.0
Author:
Simon M. Lucas
Carlos R. Jaimez Gonzalez

Field Summary
static java.lang.String ARRAY
          This is the ARRAY attribute used in the XML representation of an array
static java.lang.String ARRAYLIST
          This is the ARRAYLIST attribute used in the XML representation of a list
static java.lang.String DECLARED
          This is the DECLARED attribute used in the XML representation of an object
static java.lang.String ELEMENT_TYPE
          This is the ELEMENT_TYPE attribute used in the XML representation of an array
static java.lang.String ENTRY
          This is the ENTRY attribute used in the XML representation of a map
static java.lang.String FIELD
          This is the FIELD tag used in the XML representation of an object's field
static java.lang.String ID
          This is the ID attribute used in the XML representation of an object
static java.lang.String IDREF
          This is the ID attribute used in the XML representation of an object
static java.lang.String KEY
          This is the KEY attribute used in the XML representation of a map
static java.lang.String KEY_TYPE
          This is the KEY_TYPE attribute used in the XML representation of a map
static java.lang.String LENGTH
          This is the LENGTH attribute used in the XML representation of an array
static java.lang.String MAP
          This is the MAP attribute used in the XML representation of a map
static java.lang.String NAME
          This is the NAME attribute used in the XML representation of an object
static java.lang.String OBJECT
          This is the OBJECT tag used in the XML representation of an object
static java.lang.Class[] primitiveArrays
          Array of classes that represent the classes of primitive arrays.
static java.lang.String[] primitiveArraysWOX
          Array of classes that represent the WOX primitive arrays.
static java.lang.Class[] primitives
          Array of classes that represent the classes of primitives.
static java.lang.Class[] primitiveWrappers
          Array of classes that represent the wrapper classes for primitives.
static java.lang.String TYPE
          This is the TYPE attribute used in the XML representation of an object
static java.lang.String VALUE
          This is the VALUE attribute used in the XML representation of an object
static java.lang.String VALUE_TYPE
          This is the VALUE_TYPE attribute used in the XML representation of a map
 

Field Detail

OBJECT

static final java.lang.String OBJECT
This is the OBJECT tag used in the XML representation of an object

See Also:
Constant Field Values

FIELD

static final java.lang.String FIELD
This is the FIELD tag used in the XML representation of an object's field

See Also:
Constant Field Values

NAME

static final java.lang.String NAME
This is the NAME attribute used in the XML representation of an object

See Also:
Constant Field Values

TYPE

static final java.lang.String TYPE
This is the TYPE attribute used in the XML representation of an object

See Also:
Constant Field Values

VALUE

static final java.lang.String VALUE
This is the VALUE attribute used in the XML representation of an object

See Also:
Constant Field Values

ARRAY

static final java.lang.String ARRAY
This is the ARRAY attribute used in the XML representation of an array

See Also:
Constant Field Values

ARRAYLIST

static final java.lang.String ARRAYLIST
This is the ARRAYLIST attribute used in the XML representation of a list

See Also:
Constant Field Values

ELEMENT_TYPE

static final java.lang.String ELEMENT_TYPE
This is the ELEMENT_TYPE attribute used in the XML representation of an array

See Also:
Constant Field Values

MAP

static final java.lang.String MAP
This is the MAP attribute used in the XML representation of a map

See Also:
Constant Field Values

KEY_TYPE

static final java.lang.String KEY_TYPE
This is the KEY_TYPE attribute used in the XML representation of a map

See Also:
Constant Field Values

VALUE_TYPE

static final java.lang.String VALUE_TYPE
This is the VALUE_TYPE attribute used in the XML representation of a map

See Also:
Constant Field Values

ENTRY

static final java.lang.String ENTRY
This is the ENTRY attribute used in the XML representation of a map

See Also:
Constant Field Values

KEY

static final java.lang.String KEY
This is the KEY attribute used in the XML representation of a map

See Also:
Constant Field Values

LENGTH

static final java.lang.String LENGTH
This is the LENGTH attribute used in the XML representation of an array

See Also:
Constant Field Values

ID

static final java.lang.String ID
This is the ID attribute used in the XML representation of an object

See Also:
Constant Field Values

IDREF

static final java.lang.String IDREF
This is the ID attribute used in the XML representation of an object

See Also:
Constant Field Values

DECLARED

static final java.lang.String DECLARED
This is the DECLARED attribute used in the XML representation of an object

See Also:
Constant Field Values

primitiveArrays

static final java.lang.Class[] primitiveArrays
Array of classes that represent the classes of primitive arrays.


primitiveArraysWOX

static final java.lang.String[] primitiveArraysWOX
Array of classes that represent the WOX primitive arrays.


primitiveWrappers

static final java.lang.Class[] primitiveWrappers
Array of classes that represent the wrapper classes for primitives.


primitives

static final java.lang.Class[] primitives
Array of classes that represent the classes of primitives.