public class MethodCodec
extends java.lang.Object
Method Codec
This is where methods on the implementing interface get converted into into
the binary format calls. The binary formats of the methods are then passsed
to the remoter to carry them over to the fly host.
This does not get involved in the evolution of Entries - that happens in the
VersionLink which is twined' with the MethodCodec.
A non evolvable stub could eassily be made by excluding the VersionLink and
implementing the evolution preamble to the space direcly in this class.
Performance, of course, could be improved in this case.