staffstart-android-sdk
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
staffstart-android-sdk
staffstart-core
/
com.vanish.standard.staffstart.core.framework.serializer
/
GenericEnumSerializer
Generic
Enum
Serializer
abstract
class
GenericEnumSerializer
<
E
:
Enum
<
E
>
>
(
enumValues
:
<Error class: unknown class>
<
E
>
)
(
source
)
Inheritors
AttachmentTypeSerializer
ImageSizeSerializer
Members
Constructors
Generic
Enum
Serializer
Link copied to clipboard
constructor
(
enumValues
:
<Error class: unknown class>
<
E
>
)
Properties
descriptor
Link copied to clipboard
open
val
descriptor
:
<Error class: unknown class>
Functions
deserialize
Link copied to clipboard
open
fun
deserialize
(
decoder
:
<Error class: unknown class>
)
:
E
serialize
Link copied to clipboard
open
fun
serialize
(
encoder
:
<Error class: unknown class>
,
value
:
E
)