Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new extensions for both IJsonSerializers and IYamlSerializers #92

Merged
merged 2 commits into from
Apr 15, 2024

Commits on Apr 15, 2024

  1. fix(Serialization): Added new extensions for both IJsonSerializers an…

    …d IYamlSerializers
    
    fix(Plugins): Fixed the way plugins were instantiated, thus enabling plugin injection in hosted services by lazy loading
    fix(ResourceOriented): Fixed default resources YAML files by changing the group they belong to
    cdavernas committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    98f0677 View commit details
    Browse the repository at this point in the history
  2. fix(Serialization): Fixed the IJsonSerializer interface to define a D…

    …eserialize method that supports string input (not to be overloaded by the Deserialize JsonNode method)
    cdavernas committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    be1e3e0 View commit details
    Browse the repository at this point in the history