Piccolo.NET

PStream.RecordWrittenSurrogate.GetObjectData Method 

Populates the provided SerializationInfo with the data needed to serialize the object and records that the object was unconditionally written.

public void GetObjectData(
   object obj,
   SerializationInfo info,
   StreamingContext context
);

Parameters

obj
The object to serialize.
info
The SerializationInfo to populate with data.
context
The destination (see StreamingContext) for this serialization.

Implements

ISerializationSurrogate.GetObjectData

See Also

PStream.RecordWrittenSurrogate Class | UMD.HCIL.Piccolo.Util Namespace