Interface Serializer<T>
- Type Parameters:
T- the type of serialized value
- All Known Subinterfaces:
Composer<T>,SimpleSerializer<T>
- All Known Implementing Classes:
ContextualComposer,EnumComposer,ListComposer,MapComposer,ReferenceComposer,SimpleComposer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents process of converting Java object into configuration element
-
Method Summary
Modifier and TypeMethodDescriptionserialize(CdnSettings settings, List<String> description, String key, TargetType type, T entity)
-
Method Details
-
serialize
panda.std.Result<? extends Element<?>,? extends Exception> serialize(CdnSettings settings, List<String> description, String key, TargetType type, T entity)
-