it.eng.spagobi.chiron.serializer
Class SubObjectsJSONSerializer

java.lang.Object
  extended by it.eng.spagobi.chiron.serializer.SubObjectsJSONSerializer
All Implemented Interfaces:
Serializer

public class SubObjectsJSONSerializer
extends java.lang.Object
implements Serializer

Author:
Zerbetto Davide

Field Summary
static java.lang.String CREATION_DATE
           
static java.lang.String DESCRIPTION
           
static java.lang.String ID
           
static java.lang.String LAST_MODIFICATION_DATE
           
static java.lang.String NAME
           
static java.lang.String OWNER
           
static java.lang.String VISIBILITY
           
 
Constructor Summary
SubObjectsJSONSerializer()
           
 
Method Summary
 java.lang.Object serialize(java.lang.Object o, java.util.Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

DESCRIPTION

public static final java.lang.String DESCRIPTION
See Also:
Constant Field Values

OWNER

public static final java.lang.String OWNER
See Also:
Constant Field Values

CREATION_DATE

public static final java.lang.String CREATION_DATE
See Also:
Constant Field Values

LAST_MODIFICATION_DATE

public static final java.lang.String LAST_MODIFICATION_DATE
See Also:
Constant Field Values

VISIBILITY

public static final java.lang.String VISIBILITY
See Also:
Constant Field Values
Constructor Detail

SubObjectsJSONSerializer

public SubObjectsJSONSerializer()
Method Detail

serialize

public java.lang.Object serialize(java.lang.Object o,
                                  java.util.Locale locale)
                           throws SerializationException
Specified by:
serialize in interface Serializer
Throws:
SerializationException