This interface is implemented by classes that can be serialized or deserialized using the QuickSilver's custom serialization scheme.
| C# | Visual Basic | Managed C++ |
public interface ISerializable
Public Interface ISerializable
public interface class ISerializable
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| 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.
|