public class Serializer extends Object
| Constructor and Description |
|---|
Serializer() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
decode(byte[] bytes) |
static byte[] |
encode(Object obj) |
public static byte[] encode(Object obj)
public static <T> T decode(byte[] bytes)
Copyright © 2021. All rights reserved.