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
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