Table of Contents

Interface IByteSerializable

Namespace
Loehnert.Lisrt.Scripting.Editor.VersionControl
Assembly
Loehnert.Lisrt.Scripting.dll

Interface for byte serializable classes.

public interface IByteSerializable

Methods

FromBytes(byte[])

Populates an object from a byte[].

void FromBytes(byte[] data)

Parameters

data byte[]

byte[] representation of the object.

ToBytes()

Retrieves a byte[] representation of the object.

byte[] ToBytes()

Returns

byte[]

Bytes representing the instance.