Click or drag to resize

ISerializerDeserialize Method (Byte, Type)

[Missing <summary> documentation for "M:Crosser.Common.Utilities.Serialization.ISerializer.Deserialize(System.Byte[],System.Type)"]

Namespace:  Crosser.Common.Utilities.Serialization
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
Object Deserialize(
	byte[] o,
	Type t
)

Parameters

o
Type: SystemByte

[Missing <param name="o"/> documentation for "M:Crosser.Common.Utilities.Serialization.ISerializer.Deserialize(System.Byte[],System.Type)"]

t
Type: SystemType

[Missing <param name="t"/> documentation for "M:Crosser.Common.Utilities.Serialization.ISerializer.Deserialize(System.Byte[],System.Type)"]

Return Value

Type: Object
See Also