Serialization
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I'm developing an app that localize WPF applications but When I try to serialize a class that contains a BAMLLOCALIZATIONDICTIONARY serialization failed because this class do not allow serialization. Is there any way to serialize this class? Thanks.
Dad
-
Hello, I'm developing an app that localize WPF applications but When I try to serialize a class that contains a BAMLLOCALIZATIONDICTIONARY serialization failed because this class do not allow serialization. Is there any way to serialize this class? Thanks.
Dad
You can not serialize a dictionary, if this is your dictionary, use KeyedCollection