public class Serializer extends Object
| Constructor and Description |
|---|
Serializer() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
from(byte[] bytes)
反序列化
|
static byte[] |
to(Object value)
序列化
|
public static byte[] to(Object value)
public static <T> T from(byte[] bytes)
Copyright © 2025. All rights reserved.