JaxbHelper jaxbHelper = JaxbHelper.get(item.getClass());
StringWriter writer = new StringWriter();
try {
Marshaller marshaller = jaxbHelper.createMarshaller();
// OpsSecretEncryptionStrategy strategy = new OpsSecretEncryptionStrategy(itemSecret);
// strategy.setAdapter(marshaller);
marshaller.marshal(mutableItem, writer);