}
@Override
public void defaultWriteObject() throws IOException {
if (_value._currentCoder == null || _value._currentObject == null) {
throw new NotActiveException("not in call to writeObject");
}
_value._currentCoder.putDefaultFields(_value, _value._currentObject);
}