Poq.SDK.Node

Home > @poq/transform > TypeConverter > toPlain

TypeConverter.toPlain() method

Method transforms instance of class/type into plain representation.

Signature:

toPlain(transformer: typeof Transformer, item: InstanceType<Ctor>, options?: TransformOptions): PlainObj;

Parameters

Parameter Type Description
transformer typeof Transformer Reference to transformer static class
item InstanceType<Ctor> Instance of class/type to be transformed into plain representation.
options TransformOptions (Optional)

Returns:

PlainObj

Return plain representation of class/type instance.