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.153 -- Release Build+cfa0f66eec3b78014206cf98a152ef9e72791f21
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)