Interface PolymorphicConverter.Serialize<T>
- All Superinterfaces:
BiFunction<SerializationContext,T, com.eclipsesource.json.JsonValue>
- Enclosing class:
- PolymorphicConverter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface PolymorphicConverter.Serialize<T>
extends BiFunction<SerializationContext,T,com.eclipsesource.json.JsonValue>
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply