public class JdkSerializer extends Object implements org.teasoft.bee.osql.Serializer
| Constructor and Description |
|---|
JdkSerializer() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
serialize(Object obj) |
Object |
unserialize(byte[] bytes) |
public byte[] serialize(Object obj) throws IOException
serialize in interface org.teasoft.bee.osql.SerializerIOExceptionpublic Object unserialize(byte[] bytes) throws IOException
unserialize in interface org.teasoft.bee.osql.SerializerIOExceptionCopyright © 2024. All rights reserved.