Method |
Description |
|
CustomDeserialize ( BinaryReader reader, Type graphType ) : object |
|
|
DeserializeType ( BinaryReader reader, Type graphType ) : object |
|
|
GetObjectValues ( Type objType, object obj, SerializationInfo graph ) : void |
|
|
GetSpecialConstructor ( Type type ) : ConstructorInfo |
|
|
GetTypeCode ( Type type ) : byte? |
|
|
ReadArray ( BinaryReader reader, Encoding encoding ) : Array |
|
|
ReadObject ( BinaryReader reader, Encoding encoding ) : object |
|
|
ReadType ( BinaryReader reader ) : Type |
|
|
ReadValue ( BinaryReader reader, Encoding encoding ) : object |
|
|
ReadValues ( BinaryReader reader, Encoding encoding, object>.IDictionary values ) : void |
|
|
SerializeGraph ( BinaryWriter writer, Encoding encoding, Type graphType, SerializationInfo graph ) : void |
|
|
SerializeValue ( BinaryWriter writer, Encoding encoding, Type type, object value ) : void |
|
|
WriteValueHead ( BinaryWriter writer, byte typeCode, Type type, object value ) : void |
|
|