Class EitherSerializerSnapshot<L,​R>

    • Constructor Detail

      • EitherSerializerSnapshot

        public EitherSerializerSnapshot()
        Deprecated.
        Constructor for read instantiation.
      • EitherSerializerSnapshot

        public EitherSerializerSnapshot​(TypeSerializer<L> leftSerializer,
                                        TypeSerializer<R> rightSerializer)
        Deprecated.
        Constructor to create the snapshot for writing.