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

Add JsonEncoder and JsonDecoder implmentations to their Bson counterparts #1253

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Nov 8, 2023

  1. Add Kotlinx serialization JSON dependency

    Signed-off-by: Mark <mark.vogel@nomadgcs.com>
    markvogelnomad committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c065a6b View commit details
    Browse the repository at this point in the history
  2. Add implementation for JsonEncoder in DefaultBsonEncoder

    Signed-off-by: Mark <mark.vogel@nomadgcs.com>
    markvogelnomad committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    467c509 View commit details
    Browse the repository at this point in the history
  3. Add implementation for JsonDecoder in DefaultBsonDecoder

    Signed-off-by: Mark <mark.vogel@nomadgcs.com>
    markvogelnomad committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ea548ef View commit details
    Browse the repository at this point in the history
  4. Fix writing as an integer when the number is a decimal

    Signed-off-by: Mark <mark.vogel@nomadgcs.com>
    markvogelnomad committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    dc6b920 View commit details
    Browse the repository at this point in the history
  5. Add test for DataClassWithJsonElement

    Signed-off-by: Mark <mark.vogel@nomadgcs.com>
    markvogelnomad committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    fb0a3ab View commit details
    Browse the repository at this point in the history
  6. Adjust encode and decode functions to comply with checks

    Signed-off-by: Mark <mark.vogel@nomadgcs.com>
    markvogelnomad committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    94ffd53 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    2ec95e2 View commit details
    Browse the repository at this point in the history