Deserializes XML string to object of type T

C# | Visual Basic | Visual C++ |
public static T Deserialize( byte[] byteArray )
Public Shared Function Deserialize ( _ byteArray As Byte() _ ) As T
public: static T Deserialize( array<unsigned char>^ byteArray )

- byteArray (array<Byte>[]()[][])
