| Modifier and Type | Field and Description |
|---|---|
static JavabinSerializer |
instance |
| Constructor and Description |
|---|
JavabinSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(String dta,
Type toType) |
protected Object |
deserializeDo(ClassLoader loader,
byte[] bytes)
反序列化
|
String |
name() |
String |
serialize(Object obj) |
protected byte[] |
serializeDo(Object object) |
public static final JavabinSerializer instance
public String name()
name in interface org.noear.solon.core.serialize.Serializer<String>public String serialize(Object obj)
serialize in interface org.noear.solon.core.serialize.Serializer<String>public Object deserialize(String dta, Type toType)
deserialize in interface org.noear.solon.core.serialize.Serializer<String>protected byte[] serializeDo(Object object)
protected Object deserializeDo(ClassLoader loader, byte[] bytes)
Copyright © 2025. All rights reserved.