Uses of Package
io.fluxzero.sdk.common.serialization.casting

  • Class
    Description
    Represents a dynamically discovered casting method (annotated with Upcast or Downcast) that is bound to a specific data revision and type.
    Meta-annotation that indicates a method performs a revision-based type transformation.
    Functional interface representing a transformation from one stream of values to another, possibly adjusting for version compatibility or format changes.
    A composite Caster that supports registration of multiple casting strategies.
    Represents metadata that uniquely identifies a version of a serialized data type, along with an optional delta indicating how the revision should change after casting.
    Marker interface for wrapper objects that retain a reference to their originating source.