| Class | Description |
|---|---|
| BaseModel |
Base model for all the models.
|
| OptionalNullable<T> |
Class to encapsulate fields which are Optional as well as Nullable.
|
| OptionalNullable.Rfc1123DateTimeSerializer |
A class to handle serialization of Rfc1123 format strings to DateTime objects.
|
| OptionalNullable.Rfc8601DateTimeSerializer |
A class to handle serialization of Rfc8601(Rfc3339) format strings to DateTime objects.
|
| OptionalNullable.Serializer |
JsonSerializer for the
OptionalNullable instance. |
| OptionalNullable.SimpleDateSerializer |
A class to handle serialization of LocalDate objects to date strings.
|
| OptionalNullable.UnixTimestampSerializer |
A class to handle serialization of Unix Timestamps to DateTime objects.
|
| Exception | Description |
|---|---|
| CoreApiException |
This is the base class for all exceptions that represent an error response from the server.
|
Copyright © 2023. All rights reserved.