public class ReplicatedLockTokenSerializer extends Object
| Constructor and Description |
|---|
ReplicatedLockTokenSerializer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
marshal(ReplicatedLockTokenRequest tokenRequest,
org.neo4j.storageengine.api.WritableChannel channel) |
static ReplicatedLockTokenRequest |
unmarshal(org.neo4j.storageengine.api.ReadableChannel channel) |
public static void marshal(ReplicatedLockTokenRequest tokenRequest, org.neo4j.storageengine.api.WritableChannel channel) throws IOException
IOExceptionpublic static ReplicatedLockTokenRequest unmarshal(org.neo4j.storageengine.api.ReadableChannel channel) throws IOException, EndOfStreamException
IOExceptionEndOfStreamExceptionCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.