ILicenseSerializable

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

Defines a common interface for objects that can be serialized into licenses.

public interface ILicenseSerializable

Methods

Read(object)

Read the object from a license.

void Read(object context)

Parameters

NameDescription

context object

The context from which the object is deserialized.

Write(object)

Write the object to a license.

void Write(object context)

Parameters

NameDescription

context object

The context to which the object is serialized.

Last updated