[xstream-user] Re: XStream BSON serialization

2013-04-20 Thread Jörg Schaible
Hi, > I see, I just wonder how the Axon Framework was able to achieve this. > This is one of the unit test code I found for the > DBObjectXStreamSerializer: > > @Test > public void testSerializeAndDeserializeDomainEvent() { > SerializedObject serializedEvent = > testSubject.serializ

[xstream-user] Re: XStream BSON serialization

2013-04-20 Thread Xybrek
On 04/20/2013 11:14 PM, Jörg Schaible wrote: Hi, Xybrek wrote: Hello, Anyone knows of a library or extension to XStream that allows (de)serialization of BSON documents? This is the only implementation I can find so far: http://www.axonframework.org/apidocs/2.0/org/axonframework/serializer/

[xstream-user] Re: XStream BSON serialization

2013-04-20 Thread Jörg Schaible
Hi, Xybrek wrote: > Hello, > > Anyone knows of a library or extension to XStream that allows > (de)serialization of BSON documents? > > This is the only implementation I can find so far: > http://www.axonframework.org/apidocs/2.0/org/axonframework/serializer/bson/DBObjectXStreamSerializer.html

[xstream-user] Re: XStream BSON serialization

2013-04-20 Thread Xybrek
On 04/20/2013 04:13 PM, Paul Hammant wrote: Can you do test-driven-development ? You could make the same thing and donate it to the XStream project. I started the JSON driver and contributed it with tests (though it required some more work). -ph On Sat, Apr 20, 2013 at 1:59 AM, Xybrek mailto:

Re: [xstream-user] XStream BSON serialization

2013-04-20 Thread Paul Hammant
Can you do test-driven-development ? You could make the same thing and donate it to the XStream project. I started the JSON driver and contributed it with tests (though it required some more work). -ph On Sat, Apr 20, 2013 at 1:59 AM, Xybrek wrote: > Hello, > > Anyone knows of a library or ex