The members of System.Runtime.Serialization.Formatter are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Runtime.Serialization.Formatter class. |
m_idGenerator | ObjectIDGenerator.
Contains the System.Runtime.Serialization.ObjectIDGenerator used with the current formatter. | |
m_objectQueue | Queue.
Contains a Queue of the objects left to serialize. |
abstract | Binder | SerializationBinder.
When overridden in a derived class, gets or sets the System.Runtime.Serialization.SerializationBinder used with the current formatter. |
abstract | Context | StreamingContext.
When overridden in a derived class, gets or sets the System.Runtime.Serialization.StreamingContext used for the current serialization. |
abstract | SurrogateSelector | ISurrogateSelector.
When overridden in a derived class, gets or sets the System.Runtime.Serialization.ISurrogateSelector used with the current formatter. |
abstract | Deserialize(System.IO.Stream)
| |
abstract | Serialize(System.IO.Stream, object)
|
GetNext(out long)Documentation for this section has not yet been entered. | ||
Schedule(object)
| ||
abstract | WriteArray(object, string, Type)
| |
abstract | WriteBoolean(bool, string)
| |
abstract | WriteByte(byte, string)
| |
abstract | WriteChar(char, string)
| |
abstract | WriteDateTime(DateTime, string)
| |
abstract | WriteDecimal(decimal, string)
| |
abstract | WriteDouble(double, string)
| |
abstract | WriteInt16(short, string)
| |
abstract | WriteInt32(int, string)
| |
abstract | WriteInt64(long, string)
| |
WriteMember(string, object)
| ||
abstract | WriteObjectRef(object, string, Type)
| |
abstract | WriteSByte(sbyte, string)
| |
abstract | WriteSingle(float, string)
| |
abstract | WriteTimeSpan(TimeSpan, string)
| |
abstract | WriteUInt16(ushort, string)
| |
abstract | WriteUInt32(uint, string)
| |
abstract | WriteUInt64(ulong, string)
| |
abstract | WriteValueType(object, string, Type)
|