Mono Class Library: Overview

System.Runtime.Serialization.Formatter: Method Members

The methods of System.Runtime.Serialization.Formatter are listed below. For a list of all members, see the Formatter Members list.

See Also: Inherited members from System.Object

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.