Overload List

  NameDescription
Deserialize<(Of <(T>)>)(Stream, IFormatter)
Verifies that an object can be deserialized from a stream using the specified IFormatter and returns the resulting deserialized object.
Deserialize<(Of <(T>)>)(Stream, IFormatter, String, array<Object>[]()[])
Verifies that an object can be deserialized from a stream using the specified IFormatter and returns the resulting deserialized object.

See Also