Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
protocolsupport
/
72836fe08b82e7e132668abcae8edcc8b18322f6
/
.
/
src
/
protocolsupport
/
protocol
/
utils
/
json
/
SimpleJsonObjectSerializer.java
blob: c245b95b1d8471969ce7b5c54946e2dc4fe3fb69 [
file
] [
log
] [
blame
] [
raw
]
package
protocolsupport
.
protocol
.
utils
.
json
;
import
com
.
google
.
gson
.
JsonElement
;
public
interface
SimpleJsonObjectSerializer
<
T
,
M
>
{
public
JsonElement
serialize
(
SimpleJsonTreeSerializer
<
M
>
serializer
,
T object
,
M metadata
);
}