public void write(OutputNode node, Envelope value) throws Exception {
   serializer.write(value.getValue(), node);
 }