} catch (IOException e) {
throw new OSerializationException("Error while marshalling OCommandRequestTextAbstract impl", e);
}
return buffer.toByteArray();
}
@Override
public String toString() {
return getClass().getSimpleName() + " [text=" + text + "]";