XSerializer
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -5,3 +5,3 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <id>XSerializer</id> | ||
| <version>0.4.1</version> | ||
| <version>0.4.2</version> | ||
| <title>XSerializer - Serialize *anything*</title> | ||
@@ -22,5 +22,5 @@ <authors>Brian Friesen</authors> | ||
| XSerializer's XML and JSON serializers support the concept of field-level encryption. Properties that are decorated with an [Encrypt] attribute have their values encrypted/decrypted automatically. The actual mechanism to encrypt these fields is exposed through the IEncryptionMechanism interface - users of the encrypt feature are expected to implement this interface in their project.</description> | ||
| <releaseNotes>XSerializer version 0.4.1 | ||
| When deserializing into a class that has properties marked with [Encrypt], handle (and test for) the case where the property value is not actually encrypted. Whether a value is encrypted or plain-text is determined implicitly by the encryption mechanism. If its Decrypt method returns the same value passed to it, the value is assumed to be plain-text.</releaseNotes> | ||
| <releaseNotes>XSerializer version 0.4.2 | ||
| Fixed a bug where an exception was thrown when a property was marked with the [Encrypt] attribute, but the corresponding json value during a derialization operation was a null literal.</releaseNotes> | ||
| <copyright>Copyright © Quicken Loans 2013-2018</copyright> | ||
@@ -27,0 +27,0 @@ <tags>xmlserializer xmlserialization xmlserialize serializer serialization serialize xml interface dynamic dictionary jsonserializer jsonserialization jsonserialize json encrypted encryption</tags> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display