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.143 -- Release Build+524337d392fd5616b12b50022b004322b9e7c330
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)