Skip to content

Commit ad8c1f9

Browse files
committed
Mark as Serializable
1 parent 9d4a42a commit ad8c1f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/NHibernate/Dialect/BitwiseFunctionOperation.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using System;
12
using System.Collections;
23
using NHibernate.Dialect.Function;
34
using NHibernate.Engine;
@@ -6,6 +7,7 @@
67

78
namespace NHibernate.Dialect
89
{
10+
[Serializable]
911
public class BitwiseFunctionOperation : ISQLFunction
1012
{
1113
private readonly string _functionName;

0 commit comments

Comments
 (0)