ApplyLutCommandGetObjectData Method |
Populates a SerializationInfo with the data needed to serialize the target object.
Namespace: Atalasoft.Imaging.ImageProcessing.Channels
The SerializationInfo to populate with data.
The destination (see StreamingContext) for this serialization.
Exception | Condition |
---|---|
Thrown if the info argument is null (Nothing in VB). |
Any objects that are included in the SerializationInfo are automatically tracked and serialized by the formatter.
Code that calls GetObjectData requires the SecurityPermission for providing serialization services. Associated enumeration: SecurityPermissionFlag.SerializationFormatter