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
IOException
public void serialize(OBinaryToken token, OutputStream stream) throws IOException
IOException
Copyright © 2009–2020 OrientDB. All rights reserved.