Table of Contents

Bcl.Json.Attributes Namespace

Classes

Name Description
JsonConverter​Attribute Specifies a custom JSON converter class for a field, property, or type.
JsonEnumValues​Attribute Specifies custom string values for enumeration members during JSON serialization.
JsonIgnoreAttribute Excludes a field or property from JSON serialization and deserialization.
JsonIncludeAttribute Controls when a property is included in JSON serialization.
JsonManagedAttribute Indicates the object lifetime is managed by the class itself, so serializer should not destroy it.
JsonNamingStrategy​Attribute Specifies a naming strategy for converting property names during JSON serialization.
JsonProperty​Attribute Specifies a custom JSON property name for a field or property.