Interface Dto

All Known Implementing Classes:
Configuration, Configuration.CloudInit, Configuration.Display, Configuration.Drive, Configuration.Network, Configuration.Spice, Configuration.Vm

public interface Dto
Marks a class as the definition of a data transfer object.

DTOs have public attributes and usually no behavior (though the can have e.g. methods for checking the consistency.

The DTO marker affects the conversion of objects to other representations.