Share via


Reflection.Deserialize Method

Deserializes a byte array of data into an object of the specified type.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.Native (in microsoft.spot.native.dll)

Syntax

[MethodImplAttribute]
public static Object Deserialize (
         byte[] v,
         Typet
)

Parameters

  • v
    A byte array containing data that represents the serialized object.
  • t
    The type of the object to be deserialized. This should be a null reference if the array in the v parameter contains that type.

Return Value

The deserialized object represented by the byte array.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Reflection Class
Reflection Members
Microsoft.SPOT Namespace