Re: Some thoughts on serialization
Robert Friberg <[email protected]>
| Newsgroups | gmane.comp.java.prevayler |
|---|---|
| Message-ID | <04CBB7B6F20119479B70F3ED6355740109F3495A@AMSPRD0402MB110.eurprd04.prod.outlook.com> |
Some parts of the system could be functionally derived from other parts and therefore excluded from snapshots. Example in C#:
[Serializable]
class MyModel : Model {
[NonSerializable]
private Dictionary<string,Article> _fullTextIndex;
private List<Article> _articles;
protected override void AfterDeserialize() { BuildIndex(); }
}
Robert Friberg
0733-839080
http://livedb.devrex.se
http://livedomain.codeplex.com
http://devrex.se
http://www.linkedin.com/in/robertfriberg
-----Original Message-----
From: Karl Wettin [mailto:[email protected]]
Sent: den 27 februari 2012 17:12
To: Open discussion about the Prevayler project.
Subject: Re: [Prevayler-discussion] Some thoughts on serialization
27 feb 2012 kl. 16:24 skrev Robert Friberg:
> I don't know if this could apply to your situation but one approach is to mark some parts of the system as nonserializable and rebuild them after deserialization.
I don't understand what you mean.
karl
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
To unsubscribe go to the end of this page: http://lists.sourceforge.net/lists/listinfo/prevayler-discussion
_______________________________________________
"Databases in Memoriam" -- http://www.prevayler.org
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
To unsubscribe go to the end of this page: http://lists.sourceforge.net/lists/listinfo/prevayler-discussion
_______________________________________________
"Databases in Memoriam" -- http://www.prevayler.org