SystemCore
Toggle table of contents
2.4.0
jvm
Platform filter
jvm
Switch theme
Search in API
SystemCore
SystemCore
/
com.system32.systemCore.managers.config.serializers
/
FeedbackSerializer
Feedback
Serializer
class
FeedbackSerializer
:
TypeSerializer
<
Feedback
>
Members
Constructors
Feedback
Serializer
Link copied to clipboard
constructor
(
)
Functions
deserialize
Link copied to clipboard
open
override
fun
deserialize
(
type
:
Type
?
,
node
:
ConfigurationNode
?
)
:
Feedback
?
open
fun
deserialize
(
type
:
AnnotatedType
,
node
:
ConfigurationNode
)
:
Feedback
empty
Value
Link copied to clipboard
open
fun
emptyValue
(
specificType
:
AnnotatedType
,
options
:
ConfigurationOptions
)
:
@
Nullable
Feedback
?
open
fun
emptyValue
(
specificType
:
Type
,
options
:
ConfigurationOptions
)
:
@
Nullable
Feedback
?
serialize
Link copied to clipboard
open
override
fun
serialize
(
type
:
Type
?
,
obj
:
Feedback
?
,
node
:
ConfigurationNode
?
)
open
fun
serialize
(
type
:
AnnotatedType
,
obj
:
@
Nullable
Feedback
?
,
node
:
ConfigurationNode
)