A D E G I J K L N O P R S W X 

A

AVRO_BINARY - Static variable in class org.ssf4j.Serializations
Apache avro, binary output format
AVRO_JSON - Static variable in class org.ssf4j.Serializations
Apache avro, JSON output format

D

Deserializer<T> - Interface in org.ssf4j
Facade interface for deserializers

E

Exceptions - Class in org.ssf4j
Utility class for dealing with exceptions
Exceptions() - Constructor for class org.ssf4j.Exceptions
 

G

get(String) - Static method in class org.ssf4j.Serializations
Create a new Serialization instance from the argument classname
getLock() - Method in interface org.ssf4j.Locked
 

I

isThreadSafe() - Method in interface org.ssf4j.Serialization
Returns true if this Serialization is thread-safe.

J

JACKSON - Static variable in class org.ssf4j.Serializations
Jackson, JSON output format
JDK - Static variable in class org.ssf4j.Serializations
JDK, binary output format

K

KRYO - Static variable in class org.ssf4j.Serializations
Kryo, binary output format

L

Locked - Interface in org.ssf4j
 

N

newDeserializer(InputStream, Class<T>) - Method in interface org.ssf4j.Serialization
Create a new Deserializer that deserializes objects of type T
newSerializer(OutputStream, Class<T>) - Method in interface org.ssf4j.Serialization
Create a new Serializer that serializes objects of type T

O

ObjectDataInput - Interface in org.ssf4j
 
ObjectDataOutput - Interface in org.ssf4j
 
org.ssf4j - package org.ssf4j
Core API interfaces and classes, provided by ssf4j-api

P

PURPLEJRANK - Static variable in class org.ssf4j.Serializations
Purple Jrank, binary output format

R

read() - Method in interface org.ssf4j.Deserializer
Deserialize a new instance of T
read(Class<T>) - Method in interface org.ssf4j.ObjectDataInput
Calls ObjectDataInput.read(boolean, Class) with nulls == false
read(boolean, Class<T>) - Method in interface org.ssf4j.ObjectDataInput
Calls ObjectDataInput.read(boolean, boolean, Class) with polymorphic == false
read(boolean, boolean, Class<T>) - Method in interface org.ssf4j.ObjectDataInput
Reads an object.
read(ObjectDataInput) - Method in interface org.ssf4j.Serialized
 
runtime(Throwable) - Static method in class org.ssf4j.Exceptions
Convert the argument to a RuntimeException so it can be thrown.
runtime(Throwable, String) - Static method in class org.ssf4j.Exceptions
Convert the argument to a RuntimeException so it can be thrown.

S

Serialization - Interface in org.ssf4j
Facade interface for serialization mechanisms.
Serializations - Class in org.ssf4j
Factory class that returns new instances of various known Serializations
Serialized - Interface in org.ssf4j
 
Serializer<T> - Interface in org.ssf4j
Facade interface for serializers

W

write(Object) - Method in interface org.ssf4j.ObjectDataOutput
Calls ObjectDataOutput.write(boolean, Object) with nulls == false
write(boolean, Object) - Method in interface org.ssf4j.ObjectDataOutput
Calls ObjectDataOutput.write(boolean, boolean, Object) with polymorphic == false
write(boolean, boolean, Object) - Method in interface org.ssf4j.ObjectDataOutput
Writes the argument object.
write(ObjectDataOutput) - Method in interface org.ssf4j.Serialized
 
write(T) - Method in interface org.ssf4j.Serializer
Serialize an instance of T

X

XSTREAM - Static variable in class org.ssf4j.Serializations
XStream, XML output format
A D E G I J K L N O P R S W X 

Copyright © 2014. All rights reserved.