ByteSerializable.ToBytes Method

Definition

This is the default implementation to convert an object into a byte array

public virtual byte[] ToBytes ();
abstract member ToBytes : unit -> byte[]
override this.ToBytes : unit -> byte[]
Public Overridable Function ToBytes () As Byte()

Returns

Byte[]

A byte array

Implements

Applies to