deserialized a xml file with different extension
Can i deserialize a xml file with custom extension? (.hhh and not 开发者_高级运维.xml)? into reveleant object?
Of course.
Extensions are totally irrelevant.
All the parser needs is a stream of bytes.
Yes. The extension is meaningless.
精彩评论