you know i wish i could! perhaps merge it from servuo and cross my fingers?
I see readobjecttype in servuo... hmm...
so servuo appears to serialize a hash of the object, then use
var hash = ReadEncodedInt();
return ScriptCompiler.FindTypeByFullNameHash(hash);
to get the object type... would...