TimeTagBaseGetObjectData Method
Populates a SerializationInfo with the data needed to serialize the target object.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public virtual void GetObjectData(
SerializationInfo info,
StreamingContext context
)
Public Overridable Sub GetObjectData (
info As SerializationInfo,
context As StreamingContext
)
public:
virtual void GetObjectData(
SerializationInfo^ info,
StreamingContext context
)
function GetObjectData(info, context);
- info SerializationInfo
- The SerializationInfo to populate with data.
- context StreamingContext
- The destination StreamingContext for this serialization.
ISerializableGetObjectData(SerializationInfo, StreamingContext)