org.codehaus.wadi.aop.tracker.basic
Class BasicWireMarshaller

java.lang.Object
  extended by org.codehaus.wadi.aop.tracker.basic.BasicWireMarshaller
All Implemented Interfaces:
WireMarshaller

public class BasicWireMarshaller
extends java.lang.Object
implements WireMarshaller

Version:
$Revision: 1538 $

Constructor Summary
BasicWireMarshaller(Streamer streamer, ClassIndexerRegistry registry, InstanceAndTrackerReplacer replacer)
           
 
Method Summary
 byte[] marshall(ValueUpdaterInfo[] valueUpdaterInfos)
           
 ValueUpdaterInfo[] unmarshall(byte[] serialized)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicWireMarshaller

public BasicWireMarshaller(Streamer streamer,
                           ClassIndexerRegistry registry,
                           InstanceAndTrackerReplacer replacer)
Method Detail

marshall

public byte[] marshall(ValueUpdaterInfo[] valueUpdaterInfos)
Specified by:
marshall in interface WireMarshaller

unmarshall

public ValueUpdaterInfo[] unmarshall(byte[] serialized)
Specified by:
unmarshall in interface WireMarshaller


Copyright © 2010. All Rights Reserved.