public final class CodecsManager extends Object
| Constructor and Description |
|---|
CodecsManager() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
deserialize(byte[] bytes,
Class<T> clazz) |
static void |
registerCodec(Class<?> type,
byte objectTypeId,
Codec codec) |
static byte[] |
serialize(Object obj) |
Copyright © 2019 LeanCloud. All rights reserved.