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