toggle menu
commons
3.1.0
jvm
switch theme
search in API
reflection
/
eth.likespro.commons.reflection
/
ObjectEncoding
Object
Encoding
object
ObjectEncoding
Members
Types
Validating
Type
Adapter
Factory
Link copied to clipboard
class
ValidatingTypeAdapterFactory
:
TypeAdapterFactory
Functions
decode
Object
Link copied to clipboard
inline
fun
<
T
>
String
.
decodeObject
(
)
:
T
fun
String
.
decodeObject
(
type
:
Type
)
:
Any
?
Decodes a string to an object of the specified type.
encode
Object
Link copied to clipboard
fun
Any
?
.
encodeObject
(
)
:
String
Encodes an object to a string.