Code Monkey home page Code Monkey logo

domainprimitives's Issues

Please add support for XML Serialization

Feature Request

Description:
I propose adding XML serialization support to the "altasoft/DomainPrimitives" project. This enhancement is particularly crucial for ensuring compatibility with ISO20022 standards, which rely heavily on XML for financial messaging formats. The ability to serialize and deserialize domain primitives in XML format will significantly aid in the development of systems adhering to these standards.

Importance of XML for ISO20022:

  • Compliance with Financial Standards: ISO20022 sets a global standard for financial messaging, where XML is a primary format.
  • Global Banking and Payment Systems: Many international banking and payment systems are based on ISO20022, making XML support essential.

Benefits:

  • Interoperability with Financial Systems: Ensures seamless integration with global financial systems that use ISO20022.
  • Flexibility and Legacy Support: Offers diverse serialization options, crucial for both modern and legacy financial systems.

Suggested Implementation:
The implementation should ensure reliable XML serialization and deserialization of domain primitives, ensuring alignment with ISO20022 specifications.

Your input and contributions to this feature would be greatly appreciated!

Keeps generating swagger file, even if putting false in csproj

I have tried to add

	<PropertyGroup>
		<DomainPrimitiveGenerator_GenerateJsonConverters>false</DomainPrimitiveGenerator_GenerateJsonConverters>
		<DomainPrimitiveGenerator_GenerateTypeConverters>false</DomainPrimitiveGenerator_GenerateTypeConverters>
		<DomainPrimitiveGenerator_GenerateSwaggerConverters>false</DomainPrimitiveGenerator_GenerateSwaggerConverters>
	</PropertyGroup>

to the generator in order to not generate data for Swagger. However this version

<ItemGroup>
	<PackageReference Include="AltaSoft.DomainPrimitives.Abstractions" Version="1.0.3" />
	<PackageReference Include="AltaSoft.DomainPrimitives.Generator" Version="1.0.3" OutputItemType="Analyzer" ReferenceOutputAssembly="false" PrivateAssets="all" ExcludeAssets="runtime" />
</ItemGroup>
<PropertyGroup>
	<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
	<CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)\GX</CompilerGeneratedFilesOutputPath>
</PropertyGroup>
	```
keeps generating files for swagger. Attached the project  - please see folder obj/GX
[DomainPrimitives.zip](https://github.com/altasoft/DomainPrimitives/files/13897845/DomainPrimitives.zip)


( I have tested because I wanted to add to my list of RSCG, https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG ) 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.