Represents a binary serialization class. Uses only between .net applications.
More...
|
static byte[] | Serialize (object obj) |
| Serializes the object.
|
|
static object | Deserialize (byte[] b) |
| Deserializes the object.
|
|
Represents a binary serialization class. Uses only between .net applications.
◆ Deserialize()
static object Tools.Serialize.BinarySerialization.Deserialize |
( |
byte[] | b | ) |
|
|
static |
Deserializes the object.
- Parameters
-
- Returns
- Deserialized object.
◆ Serialize()
static byte[] Tools.Serialize.BinarySerialization.Serialize |
( |
object | obj | ) |
|
|
static |
Serializes the object.
- Parameters
-
- Returns
- Byte array of object.
The documentation for this class was generated from the following file:
- Z:/x4t/src/Tools/Serialize/BinarySerialization.cs