Uses of Class
com.stimulsoft.base.serializing.SerializeMode

Packages that use SerializeMode
com.stimulsoft.base.serializing   
 

Uses of SerializeMode in com.stimulsoft.base.serializing
 

Methods in com.stimulsoft.base.serializing that return SerializeMode
static SerializeMode SerializeMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SerializeMode[] SerializeMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.stimulsoft.base.serializing with parameters of type SerializeMode
StiDeserializerControler(SerializeMode serializeMode)