BidStreamer Class

A streamer for objects of the Bid class
public class BidStreamer : ObjectStreamer
This language is not supported or no code example is available.
public ref class BidStreamer : public ObjectStreamer^
This language is not supported or no code example is available.
public class BidStreamer 
extends ObjectStreamer
This language is not supported or no code example is available.
Name Description
Public constructor BidStreamer() Initializes a new instance of the BidStreamer class.
Top
Name Description
Public property StreamerManager Gets the streamer manager. (inherited from ObjectStreamer).
Top
Methods
 
Name Description
Public method GetVersion(object) (inherited from ObjectStreamer).
Public method Read(BinaryReader, byte) Reads an object from a stream
Public method Write(BinaryWriter, object) Writes an object to a stream
Top
Fields
 
Name Description
Internal protected (Protected Friend) field streamerManager (inherited from ObjectStreamer).
Public field type (inherited from ObjectStreamer).
Public field typeId (inherited from ObjectStreamer).
Protected field version (inherited from ObjectStreamer).
Top

In this article

Definition