x4Trace Documentation v1.0
Loading...
Searching...
No Matches
Tools.Serialize.BinarySerialization Class Reference

Represents a binary serialization class. Uses only between .net applications. More...

Static Public Member Functions

static byte[] Serialize (object obj)
 Serializes the object.
 
static object Deserialize (byte[] b)
 Deserializes the object.
 

Detailed Description

Represents a binary serialization class. Uses only between .net applications.

Member Function Documentation

◆ Deserialize()

static object Tools.Serialize.BinarySerialization.Deserialize ( byte[] b)
static

Deserializes the object.

Parameters
bByte array of object.
Returns
Deserialized object.

◆ Serialize()

static byte[] Tools.Serialize.BinarySerialization.Serialize ( object obj)
static

Serializes the object.

Parameters
objObjejct to serialize.
Returns
Byte array of object.

The documentation for this class was generated from the following file: