
public class OBinaryTokenSerializer extends Object
| Constructor and Description |
|---|
OBinaryTokenSerializer(String[] dbTypes,
String[] keys,
String[] algorithms,
String[] entityTypes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Byte> |
createMap(String[] entries) |
OBinaryToken |
deserialize(InputStream stream) |
void |
serialize(OBinaryToken token,
OutputStream stream) |
public OBinaryToken deserialize(InputStream stream) throws IOException
IOExceptionpublic void serialize(OBinaryToken token, OutputStream stream) throws IOException
IOExceptionCopyright © 2009–2025 OrientDB. All rights reserved.