StreamSerializationTGetWriteMethod Method
Gets write serialization method for type T.
Namespace: Gemstone.IO.ParsingAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.128 -- Release Build+2960d3f3619fdc53cad514a51817286dcfb19027
Public Shared Function GetWriteMethod (
Optional typeHint As Type = Nothing
) As Action(Of Stream, T)
Gemstone.IO.Parsing.StreamSerialization.GetWriteMethod = function(typeHint);
- typeHint Type (Optional)
- Provides a type for element list types if type can not otherwise be ascertained.
ActionStream,
TWrite serialization method.