Re: Attachments with atributtes

2003-01-20 Thread Rolando Pablos Sánchez
2003 3:49 PM Subject: Re: Attachments with atributtes I wrote a custom serializer to do something similar.  I needed a referenced attachment to be serialized within a bean.   The element needed to support byte[] content or just be empty and reference the attachment if avail

Re: Attachments with atributtes

2003-01-15 Thread cmchenry
I wrote a custom serializer to do something similar.  I needed a referenced attachment to be serialized within a bean.   The element needed to support byte[] content or just be empty and reference the attachment if available.  You need to do some additional stuff like write a Serializer Factory a