ILicenseSerializable
Last updated
Last updated
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Defines a common interface for objects that can be serialized into licenses.
public interface ILicenseSerializable
Read the object from a license.
void Read(object context)
context
The context from which the object is deserialized.
Write the object to a license.
void Write(object context)
context
The context to which the object is serialized.