You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

XSerializer

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xserializer - nuget Package Compare versions

Comparing version
0.4.2
to
0.4.3
services/metadata/...2636393c342445b1bc758cc8fc9d1874.psmdcp

Sorry, the diff of this file is not supported yet

+4
-7

@@ -5,6 +5,5 @@ <?xml version="1.0" encoding="utf-8"?>

<id>XSerializer</id>
<version>0.4.2</version>
<version>0.4.3</version>
<title>XSerializer - Serialize *anything*</title>
<authors>Brian Friesen</authors>
<owners>Brian Friesen</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>

@@ -22,13 +21,11 @@ <licenseUrl>https://github.com/QuickenLoans/XSerializer/blob/master/LICENSE.md</licenseUrl>

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.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>
<releaseNotes>Adds SourceLink</releaseNotes>
<copyright>Copyright © Quicken Loans 2013-2018</copyright>
<tags>xmlserializer xmlserialization xmlserialize serializer serialization serialize xml interface dynamic dictionary jsonserializer jsonserialization jsonserialize json encrypted encryption</tags>
<repository type="git" url="https://github.com/QuickenLoans/XSerializer" />
<repository type="git" url="https://github.com/QuickenLoans/XSerializer" commit="156b2b639c31d60883527312cb0148e2bf72e76e" />
<dependencies>
<group targetFramework=".NETFramework4.0" />
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.CSharp" version="4.4.0" exclude="Build,Analyzers" />
<dependency id="System.Xml.XmlSerializer" version="4.3.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.CSharp" version="4.4.0" exclude="Build,Analyzers" />
</group>

@@ -35,0 +32,0 @@ </dependencies>

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 not supported yet