StreamSerializationTGetWriteMethod Method

Gets write serialization 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 Action<Stream, T>? GetWriteMethod(
	Type? typeHint = null
)

Parameters

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

Return Value

ActionStream, T
Write serialization method.

See Also