[jboss-dev-forums] [Design of JBossCache] - Re: Common marshalling infrastructure
david.lloyd@jboss.com
do-not-reply at jboss.com
Wed Aug 6 11:06:50 EDT 2008
"jason.greene at jboss.com" wrote : This looks great to me. So essentially cache would define a ClassMarshaller which would use magic numbers, and also an Externalizer for the classes those numbers represent. Then it would use an ObjectMarshaller to actually build the byte array.
Actually to build the byte array you could just implement ByteOutput and pass your implementation in to Marshaller.start().
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169076#4169076
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169076
More information about the jboss-dev-forums
mailing list