it.eng.spagobi.chiron.serializer
Class ObjectNotesJSONSerializer

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

public class ObjectNotesJSONSerializer
extends java.lang.Object
implements Serializer

Author:
Antonella Giachino

Field Summary
static java.lang.String BIN_ID
           
static java.lang.String BIOBJ_ID
           
static java.lang.String CREATION_DATE
           
static java.lang.String DELETABLE
           
static java.lang.String EXEC_REC
           
static java.lang.String ID
           
static java.lang.String LAST_MODIFICATION_DATE
           
static java.lang.String NOTES
           
static java.lang.String OWNER
           
static java.lang.String VISIBILITY
           
 
Constructor Summary
ObjectNotesJSONSerializer()
           
 
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

BIN_ID

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

BIOBJ_ID

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

NOTES

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

EXEC_REC

public static final java.lang.String EXEC_REC
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

DELETABLE

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

ObjectNotesJSONSerializer

public ObjectNotesJSONSerializer()
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