summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AttributeRequest.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AttributeRequest.cs b/src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AttributeRequest.cs
index 2f8559d..e508233 100644
--- a/src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AttributeRequest.cs
+++ b/src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AttributeRequest.cs
@@ -5,6 +5,7 @@
//-----------------------------------------------------------------------
namespace DotNetOpenAuth.OpenId.Extensions.AttributeExchange {
+ using System;
using System.Diagnostics;
using DotNetOpenAuth.Messaging;
@@ -12,6 +13,7 @@ namespace DotNetOpenAuth.OpenId.Extensions.AttributeExchange {
/// An individual attribute to be requested of the OpenID Provider using
/// the Attribute Exchange extension.
/// </summary>
+ [Serializable]
public class AttributeRequest {
/// <summary>
/// Backing field for the <see cref="Count"/> property.