메소드 | 설명 | |
---|---|---|
GetBinarySerializer ( BinaryFormat format ) : |
|
|
GetSerializer ( Format format ) : |
|
|
GetStringSerializer ( StringFormat format ) : |
|
|
Serialize ( Object obj, Stream stream, |
|
메소드 | 설명 | |
---|---|---|
AlreadySerialized ( Object obj, |
||
GetClassDescriptor ( Object obj ) : ClassDescriptor |
|
|
SerializationPostHook ( Object obj, |
|
|
SerializationPreHook ( Object obj, |
|
protected AlreadySerialized ( Object obj, |
||
obj | Object | |
translationContext | ||
리턴 | System.Boolean |
public static GetBinarySerializer ( BinaryFormat format ) : |
||
format | BinaryFormat | |
리턴 |
protected GetClassDescriptor ( Object obj ) : ClassDescriptor | ||
obj | Object | |
리턴 | ClassDescriptor |
public static GetSerializer ( Format format ) : |
||
format | Format | |
리턴 |
public static GetStringSerializer ( StringFormat format ) : |
||
format | StringFormat | |
리턴 |
protected SerializationPostHook ( Object obj, |
||
obj | Object | |
translationContext | ||
리턴 | void |
protected SerializationPreHook ( Object obj, |
||
obj | Object | |
translationContext | ||
리턴 | void |
public abstract Serialize ( Object obj, Stream stream, |
||
obj | Object | |
stream | Stream | |
translationContext | ||
리턴 | void |