| AbbreviatedFormatChildConverter | Custom converter class to deserialize the abstract class ShowWhenBase into one of its Concrete classes. |
| AttributeFieldConverter | |
| AttributeValueDataPacketAPIResponseConverter | |
| AttributeValueDataPacketConverter | Custom converter for AttributeValues. Which is needed because AttributeValues have a dynamic structure. |
| AttributeValueDataPacketMatchConverter | |
| BooleanConverter | Tries and converts, what should be a bool, but got serialzied as a string (e.g. "False") into a boolean. |
| CalculationVariableConverter | |
| CommandAutomationConverter | |
| DefaultValueHandlingConverterT | |
| DefinitionConverter | |
| DisplayEntityConfigurationConverter | Custom converter class to deserialize the abstract class ShowWhenBase into one of its Concrete classes. |
| DynamicConverter | Tries and converts unknown data strucutures into a dynamic field |
| EnumConverterByDescriptionT | Json converter for Enums. Uses an enum's Description first, if defined, else the enum string value. |
| EventConverter | |
| HttpStatusCodeConverter | |
| IntegerToStringConverter | Intended for use on string properties that may receive some of their data from the REST API as integers and not strings. This converter converts the integer value into a string. |
| JsonDateTimeConverter | Abstract JsonConverter to serialize / deserialize DateTime properties using custom date time formats. |
| ListOfAttributeValueDataPackets | |
| MatchIdConverter | |
| MergeConfigurationConverter | |
| NextTokenConverter | Intended for use on classes that implement the ITokenItems interface. This helps interpret the values returned for the NextToken property. |
| ParticipantConverter | Custom converter class to deserialize the abstract class Participant into one of its Concrete classes. |
| RelayConverter | Custom converter class to deserialize the abstract class TieBreakingRule into one of its Concrete classes. |
| ScoposDateOnlyConverter | JsonConverter to serialize / deserialize DateTime properties with the format "yyyy-MM-dd" |
| ScoposDateTimeConverter | JsonConverter to serialize / deserialize DateTime properties with the format "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'ffffffK" |
| ScoreAverageBaseConverter | Custom converter class to deserialize the abstract class SquaddingAssignment into one of its Concrete classes. |
| ScoreHistoryBaseConverter | Custom converter class to deserialize the abstract class SquaddingAssignment into one of its Concrete classes. |
| SetAttributeValueListConverter | |
| SetNameConverter | |
| ShowWhenBaseConverter | Custom converter class to deserialize the abstract class ShowWhenBase into one of its Concrete classes. |
| SquaddingAssignmentConverter | Custom converter class to deserialize the abstract class SquaddingAssignment into one of its Concrete classes. |
| TieBreakingRuleConverter | Custom converter class to deserialize the abstract class TieBreakingRule into one of its Concrete classes. |
| VersionConverter |