Class S2CellIdVectorCoder

  • All Implemented Interfaces:
    S2Coder<java.util.List<S2CellId>>

    @GwtCompatible
    class S2CellIdVectorCoder
    extends java.lang.Object
    implements S2Coder<java.util.List<S2CellId>>
    An encoder/decoder of Lists.
    • Field Detail

    • Constructor Detail

      • S2CellIdVectorCoder

        S2CellIdVectorCoder()
    • Method Detail

      • encode

        public void encode​(java.util.List<S2CellId> values,
                           java.io.OutputStream output)
                    throws java.io.IOException
        Description copied from interface: S2Coder
        Encodes value to output.
        Specified by:
        encode in interface S2Coder<java.util.List<S2CellId>>
        Throws:
        java.io.IOException