0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added unit tests for testing the DontSerializePropertiesWithNoSetter More... over 11 years ago
Added the option to ignore properties with no setter More... over 11 years ago
Added a constructor overload that accepts type and serialization options More... over 11 years ago
Added an example for infinite loop with calculated properties. More... over 11 years ago
Added an option to allow not serializing references that cause cycles in serialization More... over 11 years ago
Added more unit tests around self referring types/objects that throw exceptions More... over 11 years ago
Added unit test for the case that a Self-Referring-Type-Is-Not-Necessarily-A-Self-Referring-Object More... over 11 years ago
Added comments to the sample More... over 11 years ago
Added a test case that a self referring type (e.g., linked-list) that does not cause a loop, should be serialized More... over 11 years ago
Added test case to test that repetitive references in an object is not necessarily a loop. More... over 11 years ago
Fixed the loop detection mechanism More... over 11 years ago
Added loop detection capability to the serializer More... over 11 years ago
Refactored Serializer to call `NewInternalSerializer` and `FinalizeInternalSerializer` whenever a new internal serializer is needed More... over 11 years ago
Added a Self Referring Sample class that will lead to stack overflow exception upon serialization More... over 11 years ago
Handles YAXType in an element More... over 11 years ago
Added test for duplicate aliases for YAXTypeAttribute More... over 11 years ago
Added two test cases for the behavior of YAXType attribute More... over 11 years ago
Fixed the bug that serializing a class with delegate properties will throw exceptions by ignoring delegates. More... over 11 years ago
Added the contributed test class to test the fix for the issue of Single Letter Property Names More... over 11 years ago
Update ChangeLog to reflect the fix for indexer properties More... over 11 years ago
Added tests for issues with Indexer Properties More... over 11 years ago
Fixed the Demo Application's GeneralToStringProvider not to crash upon indexer properties More... over 11 years ago
Fixed the serializer/deserializer method to not pick up indexer properties. Indexers must not be serialized. More... over 11 years ago
Added a sample class to test YAXLib's behavior upon indexer properties More... over 11 years ago
Added a sample class to test YAXLib's behavior upon indexer properties More... over 11 years ago
Updated unit tests so that they pass regardless of .NET Framework version More... over 11 years ago
Defined two attributes [YAXCollectionItemType] and [YAXType] More... over 11 years ago
Added a test class to start testing Polymorphic Serialization, a workaround to get rid of yax:realtype attribute More... over 11 years ago
Added the patter Bin/*.dll.mdb to .gitignore More... over 11 years ago
Increased version to 2.13 More... over 11 years ago