Click or drag to resize

JsonSerializerDeserialize Method (Byte, Type)

Deserialize from byte[] to Type

Namespace:  Crosser.Server.Modules.Serializer
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public Object Deserialize(
	byte[] o,
	Type t
)

Parameters

o
Type: SystemByte
byte array
t
Type: SystemType
Target type

Return Value

Type: Object

Implements

ISerializerDeserialize(Byte, Type)
See Also