Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Persistence/3.3/Core/Serializer.cs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3577   14 years epitzer throw Exception if class is marked [Storable] but cannot be serialized …
(edit) @3016   14 years epitzer Update API docs. (#548)
(edit) @3007   14 years epitzer more descriptive persistence error message (#548)
(edit) @3005   14 years epitzer add support for type information interleaving and subsequently true …
(edit) @3004   14 years epitzer add complete persistence API docs (#548)
(edit) @2993   14 years epitzer add justifications for rejecting a type for serialization in …
(edit) @2737   14 years epitzer incorporate persistence fixes from test branch (#548)
(edit) @2106   15 years epitzer Collect all exceptions during serialization and continue as far as …
(edit) @1823   15 years epitzer Namespace refactoring: rename formatters & decomposers -> primitive …
(edit) @1797   15 years epitzer Optionally include necessary assemblies in serial data. (#621)
(edit) @1795   15 years epitzer Also make sure major and minor version match (not only newer) + better …
(edit) @1780   15 years epitzer Store full version information with serialized data, only fall back to …
(edit) @1710   15 years epitzer Check if reference is null before calling GetHashCode. (#605)
(edit) @1707   15 years epitzer Use actual GetHashCode instead of garbage collector handle for less …
(edit) @1703   15 years epitzer Create folder with auxiliary classes. (#606)
(edit) @1702   15 years epitzer Move ReferenceEqualityComparer inside serializer. (#605)
(edit) @1701   15 years epitzer Replace value comparison with references comparison in serializer. (#605)
(edit) @1679   15 years epitzer Persistence fixes: Honor Storable.Name property, add more formatters …
(edit) @1652   15 years epitzer Implement missing primitive formatter for char and add more …
(edit) @1625   15 years epitzer Added PersistenceException used consistently for all error conditions …
Note: See TracRevisionLog for help on using the revision log.