commercetools.Sdk
The commercetools platform, import-api and C# sdks generated from our api reference.
Loading...
Searching...
No Matches
Public Member Functions
commercetools.Sdk.Api.Serialization.JsonConverters.AttributeConverter Class Reference

Inherits JsonConverter< IAttribute >.

Public Member Functions

 AttributeConverter (IMapperTypeRetriever< IAttribute > mapperTypeRetriever, AttributeTypeRetriever attributeTypeRetriever, ISerializerService serializerService)
 
override bool CanConvert (Type typeToConvert)
 
override IAttribute Read (ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
 
override void Write (Utf8JsonWriter writer, IAttribute value, JsonSerializerOptions options)
 

Constructor & Destructor Documentation

◆ AttributeConverter()

commercetools.Sdk.Api.Serialization.JsonConverters.AttributeConverter.AttributeConverter ( IMapperTypeRetriever< IAttribute mapperTypeRetriever,
AttributeTypeRetriever  attributeTypeRetriever,
ISerializerService  serializerService 
)
inline

Member Function Documentation

◆ CanConvert()

override bool commercetools.Sdk.Api.Serialization.JsonConverters.AttributeConverter.CanConvert ( Type  typeToConvert)
inline

◆ Read()

override IAttribute commercetools.Sdk.Api.Serialization.JsonConverters.AttributeConverter.Read ( ref Utf8JsonReader  reader,
Type  typeToConvert,
JsonSerializerOptions  options 
)
inline

◆ Write()

override void commercetools.Sdk.Api.Serialization.JsonConverters.AttributeConverter.Write ( Utf8JsonWriter  writer,
IAttribute  value,
JsonSerializerOptions  options 
)
inline

The documentation for this class was generated from the following file: