abstract class dto extends abstract_dto

Public SDK DTO (Data Transfer Object).

Extend this class to declare immutable, typed data structures exchanged between your services, widgets, and controllers.

Methods

array
jsonSerialize()

Default implementation to serialize to JSON using the array representation.

Details

in abstract_dto at line 38
array jsonSerialize()

Default implementation to serialize to JSON using the array representation.

Return Value

array