Uses of Interface
space.arim.dazzleconf.engine.SerializeOutput
Packages that use SerializeOutput
-
Uses of SerializeOutput in space.arim.dazzleconf.engine
Methods in space.arim.dazzleconf.engine with parameters of type SerializeOutputModifier and TypeMethodDescriptiondefault @NonNull LoadResult<@NonNull V> SerializeDeserialize.deserializeUpdate(@NonNull DeserializeInput deser, @NonNull SerializeOutput updateTo) Deserializes using the given operable object, and updates the input value if needed.voidSerializeDeserialize.serialize(@NonNull V value, @NonNull SerializeOutput ser) Serializes this value.