StreamSerializationTGetReadMethod Method

Gets read deserialization method for type T.

Definition

Namespace: Gemstone.IO.Parsing
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.128 -- Release Build+2960d3f3619fdc53cad514a51817286dcfb19027
public static Func<Stream, T>? GetReadMethod(
	Type? typeHint = null
)

Parameters

typeHint  Type  (Optional)
Provides a type for element list types if type can not otherwise be ascertained.

Return Value

FuncStream, T
Read deserialization method.

See Also