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