StreamSerializationTGetReadMethod Method
Gets read deserialization method for type T.
Namespace: Gemstone.IO.ParsingAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.128 -- Release Build+2960d3f3619fdc53cad514a51817286dcfb19027
Public Shared Function GetReadMethod (
Optional typeHint As Type = Nothing
) As Func(Of Stream, T)
public:
static Func<Stream^, T>^ GetReadMethod(
Type^ typeHint = nullptr
)
Gemstone.IO.Parsing.StreamSerialization.GetReadMethod = function(typeHint);
- typeHint Type (Optional)
- Provides a type for element list types if type can not otherwise be ascertained.
FuncStream,
TRead deserialization method.