Package com.twitter.chill.java
Class Java8ClosureRegistrar
java.lang.Object
com.twitter.chill.java.Java8ClosureRegistrar
- All Implemented Interfaces:
IKryoRegistrar,Serializable
Enables Java 8 lambda serialization if running on Java 8; no-op otherwise.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Java8ClosureRegistrar
public Java8ClosureRegistrar()
-
-
Method Details
-
apply
public void apply(com.esotericsoftware.kryo.kryo5.Kryo k) - Specified by:
applyin interfaceIKryoRegistrar
-