Interface PipelineSerializer
-
- All Superinterfaces:
AutoCloseable
,Closeable
public interface PipelineSerializer extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
prepare()
Prepares this serializer.void
serialize()
Does the serialization.
-