Method | Description | |
---|---|---|
Create ( Byte content ) : |
Creates a new instance of the deserialization helper.
|
|
Dispose ( ) : void |
Cleans up the mess.
|
|
GetBoolean ( ) : System.Boolean |
Reads the next bytes as boolean.
|
|
GetBytes ( ) : Byte[] |
Reads the next bytes as raw bytes.
|
|
GetDouble ( ) : Double |
Reads the next bytes as double.
|
|
GetInt ( ) : |
Reads the next bytes as integer.
|
|
GetLong ( ) : System.Int64 |
Reads the next bytes as long.
|
|
GetScalar ( ) : |
Reads the next bytes as scalar (2 doubles).
|
|
GetSingle ( ) : System.Single |
Reads the next bytes as float.
|
|
GetString ( ) : String |
Reads the next bytes as string.
|
|
GetValue ( ) : |
Reads the next value.
|
Method | Description | |
---|---|---|
Deserializer ( Byte content ) : System |
public static Create ( Byte content ) : |
||
content | Byte | The content to deserialize. |
return |