Package io.activej.aggregation.ot
Class AggregationDiffCodec
java.lang.Object
io.activej.aggregation.ot.AggregationDiffCodec
- All Implemented Interfaces:
com.dslplatform.json.JsonReader.ReadObject<AggregationDiff>,com.dslplatform.json.JsonWriter.WriteObject<AggregationDiff>,JsonCodec<AggregationDiff>,io.activej.common.initializer.WithInitializer<AggregationDiffCodec>
public class AggregationDiffCodec
extends Object
implements JsonCodec<AggregationDiff>, io.activej.common.initializer.WithInitializer<AggregationDiffCodec>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic AggregationDiffCodeccreate(AggregationStructure structure) read(@NotNull com.dslplatform.json.JsonReader reader) voidwrite(@NotNull com.dslplatform.json.JsonWriter writer, AggregationDiff diff) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.activej.common.initializer.WithInitializer
withInitializer
-
Field Details
-
ADDED
- See Also:
-
REMOVED
- See Also:
-
-
Method Details
-
create
-
write
- Specified by:
writein interfacecom.dslplatform.json.JsonWriter.WriteObject<AggregationDiff>
-
read
public AggregationDiff read(@NotNull @NotNull com.dslplatform.json.JsonReader reader) throws IOException - Specified by:
readin interfacecom.dslplatform.json.JsonReader.ReadObject<AggregationDiff>- Throws:
IOException
-