Back to Website
Show / Hide Table of Contents

Class GroupItemsConverter

Inheritance
System.Object
GroupItemsConverter
Namespace: Aurigma.DesignAtoms.Serialization.Json
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class GroupItemsConverter : JsonConverter

Constructors

GroupItemsConverter()

Declaration
public GroupItemsConverter()

Methods

CanConvert(Type)

Declaration
public override bool CanConvert(Type objectType)
Parameters
Type Name Description
System.Type objectType
Returns
Type Description
System.Boolean

DeserializeItemsList(JsonConverter, JsonSerializer, JArray, ILogger)

Declaration
public static List<Item> DeserializeItemsList(JsonConverter converter, JsonSerializer serializer, JArray itemsArray, ILogger ccLogger)
Parameters
Type Name Description
Newtonsoft.Json.JsonConverter converter
Newtonsoft.Json.JsonSerializer serializer
Newtonsoft.Json.Linq.JArray itemsArray
NLog.ILogger ccLogger
Returns
Type Description
System.Collections.Generic.List<Item>

ReadJson(JsonReader, Type, Object, JsonSerializer)

Declaration
public override object ReadJson(JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer)
Parameters
Type Name Description
Newtonsoft.Json.JsonReader reader
System.Type objectType
System.Object existingValue
Newtonsoft.Json.JsonSerializer serializer
Returns
Type Description
System.Object

SerializeItemsList(JsonConverter, JsonSerializer, IList<Item>)

Declaration
public static JArray SerializeItemsList(JsonConverter converter, JsonSerializer serializer, IList<Item> items)
Parameters
Type Name Description
Newtonsoft.Json.JsonConverter converter
Newtonsoft.Json.JsonSerializer serializer
System.Collections.Generic.IList<Item> items
Returns
Type Description
Newtonsoft.Json.Linq.JArray

WriteJson(JsonWriter, Object, JsonSerializer)

Declaration
public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer)
Parameters
Type Name Description
Newtonsoft.Json.JsonWriter writer
System.Object value
Newtonsoft.Json.JsonSerializer serializer
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback