Package org.apache.heron.streamlet.impl
Class KryoSerializer
- java.lang.Object
-
- org.apache.heron.api.serializer.KryoSerializer
-
- org.apache.heron.streamlet.impl.KryoSerializer
-
- All Implemented Interfaces:
IPluggableSerializer
public class KryoSerializer extends KryoSerializer
KryoSerializer has been moved to heron.api.serializer package so that it can be used by Heron topologies written in low level API. This is just an alias for backward compatible purpose in case some users use this class directly. The class should NOT be used in Heron code and it should be avoid by users.
-
-
Constructor Summary
Constructors Constructor Description KryoSerializer()
-