We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d93a2 commit 6ea77a1Copy full SHA for 6ea77a1
src/NHibernate/Proxy/LiteLazyInitializer.cs
@@ -1,8 +1,10 @@
1
+using System;
2
using NHibernate.Engine;
3
using NHibernate.Proxy.DynamicProxy;
4
5
namespace NHibernate.Proxy
6
{
7
+ [Serializable]
8
class LiteLazyInitializer : AbstractLazyInitializer, DynamicProxy.IInterceptor
9
10
internal LiteLazyInitializer(string entityName, object id, ISessionImplementor session, System.Type persistentClass)
0 commit comments