Skip to content

Make batchTypeAdapter nullable in GsonSerializationStrategy #158

@hyzam-ali-fk

Description

@hyzam-ali-fk

Inside class GsonSerializationStrategy, for the public constructor with dataTypeAdapter and batchTypeAdapter, batchTypeAdapter is marked as non nullable.However, batchTypeAdapter is actually nullable and throughtout handles null exception. This PR makes the batchTypeAdapter param in the constructor nullable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions