메소드 | 설명 | |
---|---|---|
DeserializeMember ( ISerializationContext context, |
Allows the customization of the provided MemberValue.
|
|
OnDeserialized ( ISerializationContext context, object model ) : void |
Called when the object is deserialized.
|
|
OnDeserializing ( ISerializationContext context, object model ) : void |
Called when the object is about to be deserialized.
|
|
OnSerialized ( ISerializationContext context, object model ) : void |
Called when the object is serialized.
|
|
OnSerializing ( ISerializationContext context, object model ) : void |
Called when the object is about to be serialized.
|
|
SerializeMember ( ISerializationContext context, |
Allows the customization of the provided MemberValue.
|
|
ShouldIgnoreMember ( ISerializationContext context, object model, |
Determines whether the specified member should be ignored.
|
|
ShouldSerializeAsCollection ( ) : bool? |
Returns whether the serializer should serialize this model as a collection.
|
|
ShouldSerializeAsDictionary ( ) : bool? |
Returns whether the serializer should serialize this model as a dictionary.
|
|
ShouldSerializeMemberUsingParse ( |
Returns whether the serializer should serialize the member using
|
public DeserializeMember ( ISerializationContext context, |
||
context | ISerializationContext | The context. |
memberValue | The member value. | |
리턴 | void |
public OnDeserialized ( ISerializationContext context, object model ) : void | ||
context | ISerializationContext | The context. |
model | object | The model. |
리턴 | void |
public OnDeserializing ( ISerializationContext context, object model ) : void | ||
context | ISerializationContext | The context. |
model | object | The model. |
리턴 | void |
public OnSerialized ( ISerializationContext context, object model ) : void | ||
context | ISerializationContext | The context. |
model | object | The model. |
리턴 | void |
public OnSerializing ( ISerializationContext context, object model ) : void | ||
context | ISerializationContext | The context. |
model | object | The model. |
리턴 | void |
public SerializeMember ( ISerializationContext context, |
||
context | ISerializationContext | The context. |
memberValue | The member value. | |
리턴 | void |
public ShouldIgnoreMember ( ISerializationContext context, object model, |
||
context | ISerializationContext | The context. |
model | object | The model. |
memberValue | The member value. | |
리턴 | bool |
public ShouldSerializeMemberUsingParse ( |
||
memberValue | ||
리턴 | bool? |