Click or drag to resize

SerializerHelperT(T) Constructor

Initialises the Serializer to work with the given data.

Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public SerializerHelper(
	T data
)

Parameters

data  T
 
See Also