IByteSerializable Interface

Definition

Exposes the methods to serialize the object into a byte[] or deserialize the object from a byte[]

public interface IByteSerializable
type IByteSerializable = interface
Public Interface IByteSerializable
Derived

Methods

FromBytes(Byte[])

Populates an object from a byte[]

ToBytes()

Retrieves a byte[] representation of the object

Applies to