public void zclObjectSerialize(IZclFrame zclFrame, Object value) throws ZclValidationException {
   ZclDataTypeClusterID.zclSerialize(zclFrame, (int) ((Number) value).intValue());
 }