public interface UpdateSerializer extends Closeable
SerializerRegistry via a UpdateSerializerFactory thus
allowing the customisation of update serialization.| Modifier and Type | Method and Description |
|---|---|
void |
open()
Must be called prior to passing updates to the serializer
|
void |
update(Iterable<? extends Update> updates)
Serializes a sequence of updates
|
void |
update(Iterator<? extends Update> updateIter)
Serializes a sequence of updates
|
void |
update(Update update)
Serializes the given update
|
Licenced under the Apache License, Version 2.0