Method | Description | |
---|---|---|
FromBinary ( byte bytes, |
Deserializes a byte array into an object of type type.
|
|
NewtonSoftJsonSerializer ( ExtendedActorSystem system ) : System |
Initializes a new instance of the NewtonSoftJsonSerializer class.
|
|
ToBinary ( object obj ) : byte[] |
Serializes the given object into a byte array
|
Method | Description | |
---|---|---|
GetValue ( string V ) : object | ||
TranslateSurrogate ( object deserializedValue, |
public FromBinary ( byte bytes, |
||
bytes | byte | The array containing the serialized object |
type | The type of object contained in the array | |
return | object |
public NewtonSoftJsonSerializer ( ExtendedActorSystem system ) : System | ||
system | ExtendedActorSystem | The actor system to associate with this serializer. |
return | System |
public ToBinary ( object obj ) : byte[] | ||
obj | object | The object to serialize |
return | byte[] |