Piccolo.NET

MatrixSurrogate.SetObjectData Method 

Read this Matrix from the given SerializationInfo.

public object SetObjectData(
   object obj,
   SerializationInfo info,
   StreamingContext context,
   ISurrogateSelector selector
);

Parameters

obj
The object to populate.
info
The SerializationInfo to read from.
context
The StreamingContext of this serialization operation.
selector
The surrogate selector where the search for a compatible surrogate begins.

Return Value

The populated deserialized object.

Implements

ISerializationSurrogate.SetObjectData

See Also

MatrixSurrogate Class | UMD.HCIL.Piccolo.Util Namespace