Click or drag to resize

SerializationGetObject Method

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