Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.io
Class SerializationConstants

java.lang.Object
  extended by com.liferay.portal.kernel.io.SerializationConstants

public class SerializationConstants
extends Object


Field Summary
static byte TC_BOOLEAN
           
static byte TC_BYTE
           
static byte TC_CHARACTER
           
static byte TC_CLASS
           
static byte TC_DOUBLE
           
static byte TC_FLOAT
           
static byte TC_INTEGER
           
static byte TC_LONG
           
static byte TC_NULL
           
static byte TC_OBJECT
           
static byte TC_SHORT
           
static byte TC_STRING
           
 
Constructor Summary
SerializationConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TC_BOOLEAN

public static final byte TC_BOOLEAN
See Also:
Constant Field Values

TC_BYTE

public static final byte TC_BYTE
See Also:
Constant Field Values

TC_CHARACTER

public static final byte TC_CHARACTER
See Also:
Constant Field Values

TC_CLASS

public static final byte TC_CLASS
See Also:
Constant Field Values

TC_DOUBLE

public static final byte TC_DOUBLE
See Also:
Constant Field Values

TC_FLOAT

public static final byte TC_FLOAT
See Also:
Constant Field Values

TC_INTEGER

public static final byte TC_INTEGER
See Also:
Constant Field Values

TC_LONG

public static final byte TC_LONG
See Also:
Constant Field Values

TC_NULL

public static final byte TC_NULL
See Also:
Constant Field Values

TC_OBJECT

public static final byte TC_OBJECT
See Also:
Constant Field Values

TC_SHORT

public static final byte TC_SHORT
See Also:
Constant Field Values

TC_STRING

public static final byte TC_STRING
See Also:
Constant Field Values
Constructor Detail

SerializationConstants

public SerializationConstants()

Liferay 6.1.2-ce-ga3