Zernikalos
Toggle table of contents
0.7.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Zernikalos
Zernikalos
/
zernikalos.components.camera
/
ZPerspectiveLensSerializer
ZPerspective
Lens
Serializer
class
ZPerspectiveLensSerializer
:
ZComponentSerializer
<
ZPerspectiveLens
,
ZPerspectiveLensData
>
(
source
)
Members
Constructors
ZPerspective
Lens
Serializer
Link copied to clipboard
constructor
(
)
Properties
descriptor
Link copied to clipboard
open
override
val
descriptor
:
SerialDescriptor
k
Serializer
Link copied to clipboard
open
override
val
kSerializer
:
KSerializer
<
ZPerspectiveLensData
>
The serializer for the data type associated with this component.
Functions
deserialize
Link copied to clipboard
open
override
fun
deserialize
(
decoder
:
Decoder
)
:
ZPerspectiveLens
serialize
Link copied to clipboard
open
override
fun
serialize
(
encoder
:
Encoder
,
value
:
ZPerspectiveLens
)