LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.config.gson.adapter
/
AlignmentAdapter
Alignment
Adapter
object
AlignmentAdapter
:
JsonDeserializer
<
Alignment
>
,
JsonSerializer
<
Alignment
>
Members
Functions
deserialize
Link copied to clipboard
open
override
fun
deserialize
(
json
:
JsonElement
,
typeOfT
:
Type
,
context
:
JsonDeserializationContext
)
:
Alignment
serialize
Link copied to clipboard
open
override
fun
serialize
(
src
:
Alignment
,
typeOfSrc
:
Type
,
context
:
JsonSerializationContext
)
:
JsonObject