Method | Description | |
---|---|---|
DeserializeObject ( |
||
Get ( bool encrypt, bool nullable ) : |
||
SerializeObject ( |
Method | Description | |
---|---|---|
BooleanJsonSerializer ( bool encrypt, bool nullable ) : System | ||
Read ( |
public DeserializeObject ( |
||
reader | ||
info | IJsonSerializeOperationInfo | |
path | string | |
return | object |
public static Get ( bool encrypt, bool nullable ) : |
||
encrypt | bool | |
nullable | bool | |
return |
public SerializeObject ( |
||
writer | ||
instance | object | |
info | IJsonSerializeOperationInfo | |
return | void |