Interface DataStringCodec<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @NonNull Class<T> getInputClass()  
      • Methods inherited from interface org.opendaylight.yangtools.concepts.Codec

        deserialize, serialize
      • Methods inherited from interface org.opendaylight.yangtools.concepts.UncheckedDeserializer

        serialize
      • Methods inherited from interface org.opendaylight.yangtools.concepts.UncheckedSerializer

        deserialize
    • Method Detail

      • getInputClass

        @NonNull Class<T> getInputClass()