Register into info the data to be stored in the serialization.
Assembly: Epic.Query.Object
Declaration Syntax
C# |
[SecurityPermissionAttribute(SecurityAction.Demand, SerializationFormatter = true)] protected abstract void GetObjectData( SerializationInfo info, StreamingContext context )
Parameters
- info (SerializationInfo)
- Serialization informations (will never be nullNothingnullptr).
- context (StreamingContext)
- Streaming context.