Click or drag to resize

SerializationGetObject Method

Overload List
  Name Description
Public method Static member GetObject(Byte) Performs binary deserialization on the byte array and returns the object for it.
Obsolete
Public method Static member GetObjectT(Byte) Performs binary deserialization on the byte array and returns the typed object for it.
Obsolete
Public method Static member GetObjectT(String) Performs XML deserialization on the XML string and returns the typed object for it.
Obsolete
Top
See Also