Düzenle

Aracılığıyla paylaş


SerializationManager.SerializeToByteArray(Object) Method

Definition

Serialize data into byte[].

public byte[] SerializeToByteArray (object raw);
member this.SerializeToByteArray : obj -> byte[]
Public Function SerializeToByteArray (raw As Object) As Byte()

Parameters

raw
Object

Input data.

Returns

Byte[]

Object of the required Type, rehydrated from the input stream.

Applies to