Метод | Описание | |
---|---|---|
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 |