Hi, I've got a question about System.MonoType: I saw that MonoType implements the ISerializable interface so it has a method GetObjectData() but the constructor .ctor(ISerializationInfo info, StreamingContext contex) doesn't exist. Is it normal ? If yes, how a serialized MonoType can be reconstructed ? Thanks Jean-Marc