Mono Class Library: Overview

System.Runtime.Serialization.Formatter: Members

The members of System.Runtime.Serialization.Formatter are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Documentation for this section has not yet been entered.

Protected Fields

m_idGeneratorObjectIDGenerator. Documentation for this section has not yet been entered.
m_objectQueueQueue. Documentation for this section has not yet been entered.

Public Properties

abstract
BinderSerializationBinder. Documentation for this section has not yet been entered.
abstract
ContextStreamingContext. Documentation for this section has not yet been entered.
abstract
SurrogateSelectorISurrogateSelector. Documentation for this section has not yet been entered.

Public Methods

abstract
Deserialize(System.IO.Stream) : object
Documentation for this section has not yet been entered.
abstract
Serialize(System.IO.Stream, object)
Documentation for this section has not yet been entered.

Protected Methods

GetNext(out long) : object
Documentation for this section has not yet been entered.
Schedule(object) : long
Documentation for this section has not yet been entered.
abstract
WriteArray(object, string, Type)
Documentation for this section has not yet been entered.
abstract
WriteBoolean(bool, string)
Documentation for this section has not yet been entered.
abstract
WriteByte(byte, string)
Documentation for this section has not yet been entered.
abstract
WriteChar(char, string)
Documentation for this section has not yet been entered.
abstract
WriteDateTime(DateTime, string)
Documentation for this section has not yet been entered.
abstract
WriteDecimal(decimal, string)
Documentation for this section has not yet been entered.
abstract
WriteDouble(double, string)
Documentation for this section has not yet been entered.
abstract
WriteInt16(short, string)
Documentation for this section has not yet been entered.
abstract
WriteInt32(int, string)
Documentation for this section has not yet been entered.
abstract
WriteInt64(long, string)
Documentation for this section has not yet been entered.
WriteMember(string, object)
Documentation for this section has not yet been entered.
abstract
WriteObjectRef(object, string, Type)
Documentation for this section has not yet been entered.
abstract
WriteSByte(sbyte, string)
Documentation for this section has not yet been entered.
abstract
WriteSingle(float, string)
Documentation for this section has not yet been entered.
abstract
WriteTimeSpan(TimeSpan, string)
Documentation for this section has not yet been entered.
abstract
WriteUInt16(ushort, string)
Documentation for this section has not yet been entered.
abstract
WriteUInt32(uint, string)
Documentation for this section has not yet been entered.
abstract
WriteUInt64(ulong, string)
Documentation for this section has not yet been entered.
abstract
WriteValueType(object, string, Type)
Documentation for this section has not yet been entered.