Method | Description | |
---|---|---|
DeserializeObject ( |
||
Get ( |
||
SerializeObject ( JsonWriter writer, object instance, IJsonSerializeOperationInfo info ) : void |
Method | Description | |
---|---|---|
GetAddItemAction ( |
||
GetCreateListFunc ( Type type ) : Func | ||
GetTransformListFunc ( Type type, Type listType ) : object>.Func | ||
IsAddMethod ( MethodInfo methodInfo ) : bool | ||
ListJsonSerializer ( Type type, bool encrypt, JsonMappings mappings, bool shouldUseAttributeDefinedInInterface ) : System | ||
Read ( JsonReader reader, IJsonSerializeOperationInfo info, string path ) : object | ||
Write ( JsonWriter writer, object instance, IJsonSerializeOperationInfo info ) : void |
public DeserializeObject ( |
||
reader | ||
info | IJsonSerializeOperationInfo | |
path | string | |
return | object |
public static Get ( |
||
type | ||
encrypt | bool | |
mappings | XSerializer.JsonMappings | |
shouldUseAttributeDefinedInInterface | bool | |
return |
public SerializeObject ( JsonWriter writer, object instance, IJsonSerializeOperationInfo info ) : void | ||
writer | JsonWriter | |
instance | object | |
info | IJsonSerializeOperationInfo | |
return | void |