Opened 14 years ago
Closed 14 years ago
#1403 closed feature request (done)
XmlGenerator should show which types were used for serialization
Reported by: | cneumuel | Owned by: | epitzer |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.3 |
Component: | Persistence | Version: | 3.3.3 |
Keywords: | Cc: |
Description
When using XmlGenerator.Serialize(object obj, MemoryStream memStream) it should be possible to find out which types were used in the serialization process. This could be offered by an optional output parameter (an enumeration of types).
Change History (5)
comment:1 Changed 14 years ago by epitzer
- Status changed from new to accepted
comment:2 Changed 14 years ago by epitzer
- Milestone changed from HeuristicLab x.x.x to HeuristicLab 3.3.3
- Owner changed from epitzer to cneumuel
- Status changed from accepted to reviewing
comment:3 Changed 14 years ago by cneumuel
- Owner changed from cneumuel to swagner
This enables to determine plugin dependencies for a hive job and greatly reduces the amount of files which need to be transferred to hive slaves.
comment:4 Changed 14 years ago by swagner
- Owner changed from swagner to epitzer
- Status changed from reviewing to readytorelease
Great. Thanks.
comment:5 Changed 14 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.2 to 3.3.3
Note: See
TracTickets for help on using
tickets.
Support exporting types in type cache and add a support method for XmlGenerator to access this list (r5403)