Gets or sets the value specifying if "CreateInstance" method has to be generated in the serializer class.
true if "CreateInstance" method has to be generated, false otherwise. The default value is true.
The generated "CreateInstance" method can create a new instance of the persistent type this attribute is bound to. The method uses a DTO object to set the properties of the new instance.
The factorty method calls the default constructor of the persistent class. If the class does not have default constructor defined, no factory method will be generated for the class regardless of this setting.
Namespace: TechTalk.Genome.Wop
Assembly: TechTalk.Genome.Wop (in TechTalk.Genome.Wop.dll)
Version: 4.2.4.4
Editions: Professional, Community, Evaluation
WopSerializerAttribute Class | TechTalk.Genome.Wop Namespace