메소드 | 설명 | |
---|---|---|
Deserialize ( |
||
ObjectSerializer ( |
||
Serialize ( object data, IPropertyVisitor visitor, |
메소드 | 설명 | |
---|---|---|
Evaluate ( object classValue, |
||
EvaluateProperty ( object classValue, |
||
IsSimpleType ( |
||
Serialize ( object data, |
||
SerializeDictionary ( IDictionary dict, |
||
SerializeFile ( IFile file, |
||
SerializeList ( IList collection, |
||
SerializeNameValueCollection ( |
||
SerializeProperties ( object data, |
||
SerializeSimpleValue ( object data, |
public Deserialize ( |
||
values | ||
settings | ||
리턴 | object |
protected Evaluate ( object classValue, |
||
classValue | object | |
t | ||
propertyNames | IEnumerator | |
value | string | |
리턴 | void |
protected EvaluateProperty ( object classValue, |
||
classValue | object | |
propertyType | ||
propertyAccessor | Func | |
value | string | |
IsSimpleType | bool | |
리턴 | object |
public Serialize ( object data, IPropertyVisitor visitor, |
||
data | object | |
visitor | IPropertyVisitor | |
settings | ||
리턴 | void |
protected Serialize ( object data, |
||
data | object | |
dataType | ||
prefix | string | |
리턴 | void |
protected SerializeDictionary ( IDictionary dict, |
||
dict | IDictionary | |
dataType | ||
prefix | string | |
리턴 | void |
protected SerializeFile ( IFile file, |
||
file | IFile | |
dataType | ||
prefix | string | |
리턴 | void |
protected SerializeList ( IList collection, |
||
collection | IList | |
dataType | ||
prefix | string | |
리턴 | void |
protected SerializeNameValueCollection ( |
||
collection | ||
dataType | ||
prefix | string | |
리턴 | void |
protected SerializeProperties ( object data, |
||
data | object | |
dataType | ||
prefix | string | |
리턴 | void |
protected SerializeSimpleValue ( object data, |
||
data | object | |
dataType | ||
prefix | string | |
리턴 | void |