Click or drag to resize

SerializationHelperDeserialize Method

Deserialize an object

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static Object Deserialize(
	byte[] bytes,
	Type type = null
)

Parameters

bytes
Type: SystemByte
Bytes to deserialize
type (Optional)
Type: SystemType
Type of object if known

Return Value

Type: Object
Deserialized object
See Also