A C D E G S

A

accept(Class) - Method in class com.rapportive.storm.serializer.SimpleJSONSerializer
Returns whether this serialisation can handle the given type.

C

com.rapportive.storm.scheme - package com.rapportive.storm.scheme
 
com.rapportive.storm.serializer - package com.rapportive.storm.serializer
 

D

deserialize(byte[]) - Method in class com.rapportive.storm.scheme.SimpleJSONScheme
Deserialise a JSON value from bytes using the requested character encoding.
deserialize(DataInputStream) - Method in class com.rapportive.storm.serializer.SimpleJSONSerializer
Deserialise a JSON value from the stream.

E

ENCODING - Static variable in class com.rapportive.storm.serializer.SimpleJSONSerializer
Encoding used to serialise and deserialise between byte streams and JSON structures.

G

getOutputFields() - Method in class com.rapportive.storm.scheme.SimpleJSONScheme
Emits tuples containing only one field, named "object".

S

serialize(Object, DataOutputStream) - Method in class com.rapportive.storm.serializer.SimpleJSONSerializer
Serialise a JSON object or array to the stream.
SimpleJSONScheme - Class in com.rapportive.storm.scheme
Deserialisation scheme for JSON values using the json-simple library.
SimpleJSONScheme(String) - Constructor for class com.rapportive.storm.scheme.SimpleJSONScheme
Create a new JSON deserialisation scheme using the given character encoding.
SimpleJSONScheme() - Constructor for class com.rapportive.storm.scheme.SimpleJSONScheme
Create a new JSON deserialisation scheme using UTF-8 as the character encoding.
SimpleJSONSerializer - Class in com.rapportive.storm.serializer
Serialisation scheme for JSON values using the json-simple library.
SimpleJSONSerializer() - Constructor for class com.rapportive.storm.serializer.SimpleJSONSerializer
 

A C D E G S

Copyright © 2011. All Rights Reserved.