Question about not using ConfigurationContainer
See original GitHub issueI have just started working on a project that has ExtendedXmlSerializer included. The file version of the .dll is 1.5.0.0 and it has a date of 08/17/2017 (could have been copied with date changing methods).
The serialization code is simply (no references to ConfigurationContainer anywhere in the project)
ExtendedXmlSerializer serializer = new ExtendedXmlSerializer(); String message = serializer.Serialize(messageObject);
Are we receiving any benefit by using ExtendeXmlSerializer over built in XML Serialization classes. From reading the doc, it appears that most everything like circular references must be accounted for in the configuration of the ConfigurationContainer.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Could not get unknown property 'runtime' for configuration ...
From Gradle 6.x, the use of the parameter configurations.runtime to get configurations of program execution is disabled.
Read more >Configuration 'diplugin' not found on ...
Hi, I'm writing a gradle plugin and in the apply method I have the next code (let's call it "MyFirstPlugin.groovy"): void apply(Project ...
Read more >ConfigurationContainer.register action should run first #8906
I think the problem is that there is no such method like 'registerConfiguringAction'. We have: tasks.create: expected to be executed at once ...
Read more >Unable to find the CN=Device Registration Configuration ...
From the FSMO holder ADSI edit view, there is no CN=Device Registration Configuration container name. User's image.
Read more >Active Directory rendom /upload "Search to find ...
Checking with adsiedit.msc, I can see that the Configuration container was found, and the msDS-UpdateScript property gets updated with some code ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Paging @wojtpl2 😃
@SOHODeveloper Hi I’m going to close this issue right now. If you have more questions or if my answer is not enough for you, please let me know. Please feel free to re-open this issue or create a new one.