Package org.smallmind.phalanx.wire
Class WireAdapter<V,B>
- java.lang.Object
-
- org.smallmind.phalanx.wire.WireAdapter<V,B>
-
public abstract class WireAdapter<V,B> extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWireAdapter()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Class<V>getValueType()abstract Vmarshal(B obj)abstract Bunmarshal(V obj)
-