Share via


IByteSerializable インターフェイス

定義

オブジェクトを byte[] にシリアル化するか、byte[] からオブジェクトを逆シリアル化するメソッドを公開します。

public interface IByteSerializable
type IByteSerializable = interface
Public Interface IByteSerializable
派生

メソッド

FromBytes(Byte[])

byte[] からオブジェクトを設定します。

ToBytes()

オブジェクトの byte[] 表現を取得します

適用対象