We're implementing public API which will be used by external system, API exposed via HTTP WCF EndPoint. External clients are not on .NET.
We wanted to include some custom .NET types in public API which nicely serialized by WCF DataContract serializer. Is it safe for external clients to rely on XML format generated by DataContract serializer or it might change, if so - in which cases/circumstances?
No comments:
Post a Comment