JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.geysermc.databaseutils.codec
Interface TypeCodec<T>
public interface
TypeCodec<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
T
decode
(byte[] input)
byte[]
encode
(
T
input)
Class
<
T
>
type
()
default boolean
type
(
Class
<?> type)
Method Details
type
Class
<
T
>
type
()
type
default
boolean
type
(
Class
<?> type)
decode
T
decode
(byte[] input)
encode
byte[]
encode
(
T
input)