开发者

deserialized a xml file with different extension

开发者 https://www.devze.com 2023-02-10 05:25 出处:网络
Can i deserialize a xml file with custom extension? (.hhh and not 开发者_高级运维.xml)? into reveleant object?Of course.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消