SerializerHelper serializerHelper = helper.get();
serializerHelper.writeB(output, this.base);
serializerHelper.writeVectorSets(output, this.vectorSets);
serializerHelper.writeRecommendations(output, this.recommendations);
} catch (Throwable e) {
throw new SimException(e);
} finally {
if (output != null) {
output.close();
}
}