net.openstack.Core.Domain.Converters Namespace |
Class | Description | |
---|---|---|
IPAddressDetailsConverter |
This implementation of JsonConverter allows for JSON serialization
and deserialization of IPAddress objects in the "address details"
format used by operations such as ListAddresses(String, String, CloudIdentity)
and ListAddressesByNetwork(String, String, String, CloudIdentity).
| |
IPAddressNoneIsNullSimpleConverter |
This implementation of JsonConverter extends the behavior of
IPAddressSimpleConverter by treating null values in the JSON representation as
None instead of .
| |
IPAddressSimpleConverter |
This implementation of JsonConverter allows for JSON serialization
and deserialization of IPAddress objects using a simple string
representation. Serialization is performed using ToString,
and deserialization is performed using Parse(String).
| |
PhysicalAddressSimpleConverter |
This implementation of JsonConverter allows for JSON serialization
and deserialization of PhysicalAddress objects using a simple string
representation. Serialization produces an IEEE 802 representation of the form
00:11:22:33:44:55, and deserialization supports representations
using hyphens or colons, along with bare strings containing 12 hexadecimal digits.
| |
SimpleStringJsonConverterT |
Provides a base class for JSON converters that represent serialized objects
as a simple string.
|