SerializationInfo()

SerializationInfo::SerializationInfo(const System::TypeInfo&, const System::SharedPtr<IFormatterConverter>&) constructor

RTTI information.

System::Runtime::Serialization::SerializationInfo::SerializationInfo(const System::TypeInfo &type, const System::SharedPtr<IFormatterConverter> &converter)

Arguments

ParameterTypeDescription
typeconst System::TypeInfo&The System::TypeInfo of the object to serialize.
converterconst System::SharedPtr<IFormatterConverter>&The IFormatterConverter used during deserialization.

Remarks

Creates a new instance of the SerializationInfo class.

See Also