Uses of Interface
org.neo4j.com.Deserializer

Uses of Deserializer in org.neo4j.com
 

Classes in org.neo4j.com that implement Deserializer
static class Protocol.FileStreamsDeserializer
           
 

Fields in org.neo4j.com declared as Deserializer
static Deserializer<Integer> Protocol.INTEGER_DESERIALIZER
           
static Deserializer<Void> Protocol.VOID_DESERIALIZER
           
 

Methods in org.neo4j.com with parameters of type Deserializer
protected
<R> Response<R>
Client.sendRequest(RequestType<M> type, SlaveContext context, Serializer serializer, Deserializer<R> deserializer)
           
protected
<R> Response<R>
Client.sendRequest(RequestType<M> type, SlaveContext context, Serializer serializer, Deserializer<R> deserializer, org.neo4j.kernel.impl.nioneo.store.StoreId specificStoreId)
           
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.