From: NHibernate J. <mik...@us...> - 2006-11-20 15:13:35
|
External serializer ------------------- Key: NH-820 URL: http://jira.nhibernate.org/browse/NH-820 Project: NHibernate Type: Improvement Components: Core 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://jira.nhibernate.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: NHibernate J. <mik...@us...> - 2006-12-05 13:58:34
|
[ http://jira.nhibernate.org/browse/NH-820?page=all ] Sergey Koshcheyev updated NH-820: --------------------------------- Fix Version: LATER > External serializer > ------------------- > > Key: NH-820 > URL: http://jira.nhibernate.org/browse/NH-820 > Project: NHibernate > Type: Improvement > Components: Core > Versions: 1.2.0.Beta2 > Reporter: Fabio Maulo > Priority: Minor > Fix For: LATER > > 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://jira.nhibernate.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: NHibernate J. <nh...@gm...> - 2008-09-30 12:40:19
|
[ http://jira.nhibernate.org/browse/NH-820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabio Maulo updated NH-820: --------------------------- Fix Version/s: (was: 2.1.0.Alpha1) > External serializer > ------------------- > > Key: NH-820 > URL: http://jira.nhibernate.org/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://jira.nhibernate.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
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 |
From: Fabio M. (JIRA) <nh...@gm...> - 2010-10-07 16:50:58
|
[ http://216.121.112.228/browse/NH-820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabio Maulo closed NH-820. -------------------------- > External serializer > ------------------- > > Key: NH-820 > URL: http://216.121.112.228/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://216.121.112.228/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |