Remove MethodOp and ConstructorOp interfaces
Brought to you by:
eipiequalsnoone
I believe this interface are no more justified since we may
use standard Method and Constructor java classes and
customize the serialization of classes that reference
instances of these classes in order to achieve the good
behavior researched. Note that SerializableMethod and
SerializableConstructor will also be removed.