toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.datatypes.serialization
/
AllDerivationSerializerBase
All
Derivation
Serializer
Base
abstract
class
AllDerivationSerializerBase
<
T
:
VDerivationControl
>
(
name
:
String
,
kclass
:
KClass
<
T
>
)
:
KSerializer
<
Set
<
T
>
>
(
source
)
Inheritors
BlockSetSerializer
TypeDerivationControlSerializer
AllDerivationSerializer
Members
Constructors
All
Derivation
Serializer
Base
Link copied to clipboard
constructor
(
name
:
String
,
kclass
:
KClass
<
T
>
)
Properties
descriptor
Link copied to clipboard
open
override
val
descriptor
:
SerialDescriptor
Functions
deserialize
Link copied to clipboard
open
override
fun
deserialize
(
decoder
:
Decoder
)
:
Set
<
T
>
serialize
Link copied to clipboard
open
override
fun
serialize
(
encoder
:
Encoder
,
value
:
Set
<
T
>
)