source:
branches/New Persistence Exploration/Persistence/Methods.txt
@
1359
Last change on this file since 1359 was 1248, checked in by epitzer, 16 years ago | |
---|---|
File size: 346 bytes |
Line | |
---|---|
1 | Vorteile von native serialziation: |
2 | * eingebaut |
3 | * wird von MS ausgebaut/verbessert (nicht von uns) |
4 | * effizienter (SAX)? |
5 | |
6 | Nachteile: |
7 | * serialisiert nur public types und public members |
8 | * kein support fuer generics |
9 | * nur wenig customizable |
10 | * oft ist ohnehin implementierung von ISerializable notwendig |
11 | * braucht parameterless constructor |
Note: See TracBrowser
for help on using the repository browser.