Class ExperimenterIdTypeSerializerKey<T extends org.opendaylight.yangtools.yang.binding.DataContainer>

Type Parameters:
T - class of object to be serialized
All Implemented Interfaces:
ExperimenterSerializerKey

public class ExperimenterIdTypeSerializerKey<T extends org.opendaylight.yangtools.yang.binding.DataContainer> extends ExperimenterIdSerializerKey<T>
Key for an experimenter id type serializer.
Author:
michal.polkorab
  • Constructor Details

    • ExperimenterIdTypeSerializerKey

      public ExperimenterIdTypeSerializerKey(org.opendaylight.yangtools.yang.common.Uint8 msgVersion, org.opendaylight.yangtools.yang.common.Uint32 experimenterId, long type, Class<T> objectClass)
      Constructor.
      Parameters:
      msgVersion - protocol wire version
      experimenterId - experimenter / vendor ID
      type - data type according to vendor implementation
      objectClass - class of object to be serialized
  • Method Details