|
From: NHibernate J. <nh...@gm...> - 2010-01-06 21:48:18
|
[ http://nhjira.koah.net/browse/NH-820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ayende Rahien resolved NH-820.
------------------------------
Resolution: Won't Fix
There doesn't seems to be a need for that
> External serializer
> -------------------
>
> Key: NH-820
> URL: http://nhjira.koah.net/browse/NH-820
> Project: NHibernate
> Issue Type: Improvement
> Components: Core
> Affects Versions: 1.2.0.Beta2
> Reporter: Fabio Maulo
> Priority: Minor
>
> What about to add a config parameter to have an external serializer?
> In NHb we can actually use SerializationHelper, we can sill use SerializationHelper like default and we can have an external serializer.
> We can introduce a new interface:
> public interface ISerializer
> {
> byte[] Serialize(object obj);
> object Deserialize(byte[] data);
> }
> Using an adapter the user can have he's own optimized serializer.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://nhjira.koah.net/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|