Uses of Class
flexjson.SerializationType

Packages that use SerializationType
flexjson   
 

Uses of SerializationType in flexjson
 

Methods in flexjson that return SerializationType
static SerializationType SerializationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SerializationType[] SerializationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in flexjson with parameters of type SerializationType
 void JSONContext.serializationType(SerializationType serializationType)
           
protected  String JSONSerializer.serialize(Object target, SerializationType serializationType, OutputHandler out)
           
 



Copyright © 2014. All Rights Reserved.