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
abstractDeserialize(System.IO.Stream) : object Documentation for this section has not yet been entered. abstractSerialize(System.IO.Stream, object) Documentation for this section has not yet been entered.
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. abstractWriteArray(object, string, Type) Documentation for this section has not yet been entered. abstractWriteBoolean(bool, string) Documentation for this section has not yet been entered. abstractWriteByte(byte, string) Documentation for this section has not yet been entered. abstractWriteChar(char, string) Documentation for this section has not yet been entered. abstractWriteDateTime(DateTime, string) Documentation for this section has not yet been entered. abstractWriteDecimal(decimal, string) Documentation for this section has not yet been entered. abstractWriteDouble(double, string) Documentation for this section has not yet been entered. abstractWriteInt16(short, string) Documentation for this section has not yet been entered. abstractWriteInt32(int, string) Documentation for this section has not yet been entered. abstractWriteInt64(long, string) Documentation for this section has not yet been entered.WriteMember(string, object) Documentation for this section has not yet been entered. abstractWriteObjectRef(object, string, Type) Documentation for this section has not yet been entered. abstractWriteSByte(sbyte, string) Documentation for this section has not yet been entered. abstractWriteSingle(float, string) Documentation for this section has not yet been entered. abstractWriteTimeSpan(TimeSpan, string) Documentation for this section has not yet been entered. abstractWriteUInt16(ushort, string) Documentation for this section has not yet been entered. abstractWriteUInt32(uint, string) Documentation for this section has not yet been entered. abstractWriteUInt64(ulong, string) Documentation for this section has not yet been entered. abstractWriteValueType(object, string, Type) Documentation for this section has not yet been entered.