Click or drag to resize

LinkedHashMapTK, TVGetObjectData Method

Populates a SerializationInfo with the data needed to serialize the target object.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo to populate with data.
context
Type: System.Runtime.SerializationStreamingContext
The destination (see StreamingContext) for this serialization.
Exceptions
ExceptionCondition
SecurityExceptionThe caller does not have the required permission.
See Also