BinarySerializerExtractExpectedTypes Method

Overload List

ExtractExpectedTypes(Type, Boolean) Extracts a flattened collection of expected types from type for deserialization. Can be useful for deserialization methods in safe mode when type is a custom type directly referencing other custom types using default serialization.
See the Remarks section of the ExtractExpectedTypesT(Boolean) overload for details.
ExtractExpectedTypesT(Boolean) Extracts a flattened collection of expected types from T for deserialization. Can be useful for deserialization methods in safe mode when T is a custom type directly referencing other custom types using default serialization.

See Also