Message in Japanese (日本語)
データ コントラクト名 '<var>X</var>:<var>Y</var>' を持つ型 '<var>Type Name</var>' は予期されていません。静的に認知されていないすべての型を既知の型の一覧に追加してください。このためには、たとえば KnownTypeAttribute 属性を使用するか、DataContractSerializer へ渡される既知の型の一覧にこれらの型を追加します。
Unlocalized message
Type '<var>Type Name</var>' with data contract name '<var>X</var>:<var>Y</var>' is not expected. Consider using a DataContractResolver or add any types not known statically to the list of known types - for example, by using the KnownTypeAttribute attribute or by adding them to the list of known types passed to DataContractSerializer.
Search by Google