Table of Contents

Class DataContractAttribute

Namespace
MarymoorStudios.Core.Serialization
Assembly
MarymoorStudios.Core.Serialization.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum, Inherited = false)]
public sealed class DataContractAttribute : Attribute
Inheritance
DataContractAttribute
Inherited Members

Constructors

DataContractAttribute()

public DataContractAttribute()

Properties

NoCode

If true then no code is generated (a custom implementation must be provided).

public bool NoCode { get; set; }

Property Value

bool