Piccolo.NET

PStream Members

PStream overview

Public Static Methods

WriteConditionalObject Conditionally adds the given object to the given System.Runtime.Serialization.SerializationInfo, using the specified name.

Public Instance Constructors

PStream Constructor Constructs a new PStream.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ReadObjectTree Deserializes the object tree from the underlying stream using the given formatter.
ToString (inherited from Object)Returns a String that represents the current Object.
WriteObjectTree Serializes the object tree to the underlying stream using the given formatter.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
RecordUnconditionallyWritten Performs a discovery phase to find out which objects are about to be serialized.

See Also

PStream Class | UMD.HCIL.Piccolo.Util Namespace