Package | Description |
---|---|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Method and Description |
---|---|
static Serializer |
SerializerFactory.getSerializer(Class clazz) |
static Serializer[] |
SerializerFactory.getSerializers(Class[] classes) |
Modifier and Type | Method and Description |
---|---|
static Object[] |
SerializerFactory.deserialize(int numObjects,
byte[] bytes,
Serializer[] serializers) |
static byte[] |
SerializerFactory.serialize(Serializer[] serializers,
Object[] objects) |