Elide API
Toggle table of contents
1.0.0-beta1
common
Platform filter
common
Switch theme
Search in API
Elide API
base
/
elide.struct.codec
/
PresortedListCodec
Presorted
List
Codec
common
class
PresortedListCodec
<
V
:
Comparable
<
V
>
>
(
dataSerializer
:
<Error class: unknown class>
<
V
>
)
Members
Constructors
Presorted
List
Codec
Link copied to clipboard
common
constructor
(
dataSerializer
:
<Error class: unknown class>
<
V
>
)
Properties
descriptor
Link copied to clipboard
common
open
val
descriptor
:
<Error class: unknown class>
Functions
deserialize
Link copied to clipboard
common
open
fun
deserialize
(
decoder
:
<Error class: unknown class>
)
:
PresortedList
<
V
>
serialize
Link copied to clipboard
common
open
fun
serialize
(
encoder
:
<Error class: unknown class>
,
value
:
PresortedList
<
V
>
)