That could work. The serializer component has a ResponseContext
implementation included that should make it easier :-)
- James
David Calavera wrote:
Thank you James, I'm thinking on use it in order to convert the hibernate
mapping objects to entries. What do you think?
On Feb 13, 2008 5:52 PM, James M Snell <[EMAIL PROTECTED]> wrote:
Kind of. I converted (ha!) it so that it uses the new StreamWriter
interface for performance reasons. I also renamed it to "serializer" to
better reflect the fact that the code is serializing java objects into
Atom. Look at extensions/serializer.
It is still possible to use the serializer mechanism to create FOM
Objects by using the StreamBuilder object. I have not yet had time to
fully test it and I think there are still some pieces missing (like full
extension support) but it's a start at least.
- James
David Calavera wrote:
Hi,
James, has the converter api disappeared? I have it into my old compiled
version but I don't locate it into the source code.
Cheers