Method | Description | |
---|---|---|
GetBinarySerializer ( BinaryFormat format ) : |
|
|
GetSerializer ( Format format ) : |
|
|
GetStringSerializer ( StringFormat format ) : |
|
|
Serialize ( Object obj, Stream stream, |
|
Method | Description | |
---|---|---|
AlreadySerialized ( Object obj, |
||
GetClassDescriptor ( Object obj ) : ClassDescriptor |
|
|
SerializationPostHook ( Object obj, |
|
|
SerializationPreHook ( Object obj, |
|
protected AlreadySerialized ( Object obj, |
||
obj | Object | |
translationContext | ||
return | System.Boolean |
public static GetBinarySerializer ( BinaryFormat format ) : |
||
format | BinaryFormat | |
return |
protected GetClassDescriptor ( Object obj ) : ClassDescriptor | ||
obj | Object | |
return | ClassDescriptor |
public static GetSerializer ( Format format ) : |
||
format | Format | |
return |
public static GetStringSerializer ( StringFormat format ) : |
||
format | StringFormat | |
return |
protected SerializationPostHook ( Object obj, |
||
obj | Object | |
translationContext | ||
return | void |
protected SerializationPreHook ( Object obj, |
||
obj | Object | |
translationContext | ||
return | void |
public abstract Serialize ( Object obj, Stream stream, |
||
obj | Object | |
stream | Stream | |
translationContext | ||
return | void |