Documentation for a minimal subset of the QSM API
ISerializable Interface
Namespaces > QS.Fx.Serialization > ISerializable
This interface is implemented by classes that can be serialized or deserialized using the QuickSilver's custom serialization scheme.
Syntax
C#Visual BasicManaged C++
public interface ISerializable
Public Interface ISerializable
public interface class ISerializable
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
DeserializeFrom(ConsumableBlock, ConsumableBlock)
Deserializes an object.

SerializableInfo
This structure stores serialization-related information about the given object.

SerializeTo(ConsumableBlock, IList<(Of Block>))
Serializes an object.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0