Method | Description | |
---|---|---|
DeserializeObject ( object value, |
||
PocoJsonSerializerStrategy ( ) : SimpleJson.Reflection | ||
TrySerializeNonPrimitiveObject ( object input, object &output ) : bool |
Method | Description | |
---|---|---|
MapClrMemberNameToJsonFieldName ( string clrPropertyName ) : string | ||
SerializeEnum ( |
||
TrySerializeKnownTypes ( object input, object &output ) : bool | ||
TrySerializeUnknownTypes ( object input, object &output ) : bool |
Method | Description | |
---|---|---|
ContructorDelegateFactory ( |
||
GetterValueFactory ( |
||
SetterValueFactory ( |
public DeserializeObject ( object value, |
||
value | object | |
type | ||
return | object |
protected MapClrMemberNameToJsonFieldName ( string clrPropertyName ) : string | ||
clrPropertyName | string | |
return | string |
public PocoJsonSerializerStrategy ( ) : SimpleJson.Reflection | ||
return | SimpleJson.Reflection |
protected SerializeEnum ( |
||
p | ||
return | object |
protected TrySerializeKnownTypes ( object input, object &output ) : bool | ||
input | object | |
output | object | |
return | bool |
public TrySerializeNonPrimitiveObject ( object input, object &output ) : bool | ||
input | object | |
output | object | |
return | bool |
protected TrySerializeUnknownTypes ( object input, object &output ) : bool | ||
input | object | |
output | object | |
return | bool |