Method | Description | |
---|---|---|
DeserializeObject ( |
||
Get ( bool encrypt, XSerializer.JsonMappings mappings, bool shouldUseAttributeDefinedInInterface = false ) : |
||
SerializeObject ( |
Method | Description | |
---|---|---|
DeserializeJsonArray ( |
||
DeserializeJsonObject ( |
||
DynamicJsonSerializer ( bool encrypt, XSerializer.JsonMappings mappings, bool shouldUseAttributeDefinedInInterface ) : System | ||
GetSerializer ( |
||
Read ( |
public DeserializeObject ( |
||
reader | ||
info | IJsonSerializeOperationInfo | |
path | string | |
return | object |
public static Get ( bool encrypt, XSerializer.JsonMappings mappings, bool shouldUseAttributeDefinedInInterface = false ) : |
||
encrypt | bool | |
mappings | XSerializer.JsonMappings | |
shouldUseAttributeDefinedInInterface | bool | |
return |
public SerializeObject ( |
||
writer | ||
instance | object | |
info | IJsonSerializeOperationInfo | |
return | void |