ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
tools.ozone.safelink
/
ActionTypeSerializer
Action
Type
Serializer
class
ActionTypeSerializer
:
KSerializer
<
ActionType
>
Members
Constructors
Action
Type
Serializer
Link copied to clipboard
constructor
(
)
Properties
descriptor
Link copied to clipboard
open
override
val
descriptor
:
SerialDescriptor
Functions
deserialize
Link copied to clipboard
open
override
fun
deserialize
(
decoder
:
Decoder
)
:
ActionType
serialize
Link copied to clipboard
open
override
fun
serialize
(
encoder
:
Encoder
,
value
:
ActionType
)