Click or drag to resize

ResultGetObjectData method

Serialisation helper routine: fetches the object properties into the property container.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public virtual void GetObjectData(
	
	SerialisationInfo info,
	
	StreamingContext context
)

Parameters

info  SerialisationInfo
Property container.
context  StreamingContext
Serialisation context.
See also