示例#1
0
 protected internal override Type Deserialize(IntermediateReader input, ContentSerializerAttribute format, Type existingInstance)
 {
     if (input == null)
     {
         throw new ArgumentNullException("input");
     }
     return(input.ReadTypeName());
 }