Package | Description |
---|---|
com.espertech.esper.common.internal.context.controller.hash | |
com.espertech.esper.common.internal.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Method and Description |
---|---|
static int |
ContextControllerHashedGetterCRC32SerializedForge.serializeAndCRC32Hash(Object objectMayArray,
int granularity,
Serializer[] serializers)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
Modifier and Type | Method and Description |
---|---|
static Serializer |
SerializerFactory.getSerializer(EPType clazz) |
static Serializer[] |
SerializerFactory.getSerializers(EPType[] 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) |
static byte[] |
SerializerFactory.serialize(Serializer serializer,
Object object) |
Copyright © 2005–2021. All rights reserved.