D G J O R S W 
All Classes All Packages

D

deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.ldaptive.io.JsonReader.SearchResultDeserializer
 

G

gson - Variable in class org.ldaptive.io.JsonReader
To convert JSON to a search result.
gson - Variable in class org.ldaptive.io.JsonWriter
To convert a search result to JSON.

J

jsonReader - Variable in class org.ldaptive.io.JsonReader
Reader to read from.
JsonReader - Class in org.ldaptive.io
Reads JSON from a Reader and returns a SearchResponse.
JsonReader(Reader) - Constructor for class org.ldaptive.io.JsonReader
Creates a new json reader.
JsonReader.SearchResultDeserializer - Class in org.ldaptive.io
Deserializes a SearchResponse by iterating over the json elements.
jsonWriter - Variable in class org.ldaptive.io.JsonWriter
Writer to write to.
JsonWriter - Class in org.ldaptive.io
Writes a SearchResponse as JSON to a Writer.
JsonWriter(Writer) - Constructor for class org.ldaptive.io.JsonWriter
Creates a new json writer.
JsonWriter.SearchResultSerializer - Class in org.ldaptive.io
Serializes a SearchResponse by creating a json array to contain the entries.

O

org.ldaptive.io - package org.ldaptive.io
 

R

read() - Method in class org.ldaptive.io.JsonReader
Reads JSON data from the reader and returns a search result.

S

SearchResultDeserializer() - Constructor for class org.ldaptive.io.JsonReader.SearchResultDeserializer
 
SearchResultSerializer() - Constructor for class org.ldaptive.io.JsonWriter.SearchResultSerializer
 
serialize(SearchResponse, Type, JsonSerializationContext) - Method in class org.ldaptive.io.JsonWriter.SearchResultSerializer
 

W

write(SearchResponse) - Method in class org.ldaptive.io.JsonWriter
Writes the supplied search result to the writer.
D G J O R S W 
All Classes All Packages