line-bot-sdk-java icon indicating copy to clipboard operation
line-bot-sdk-java copied to clipboard

[Feature Request] Make all model class can be ser/deserializable in JSON format.

Open kazuki-ma opened this issue 6 years ago • 1 comments

Feature Request

Describe the solution you'd like

  • Save message object by some serialization form is convenient way to create proof of concept.
  • And some developers and 3rd parties create admin tool for official account, they need store messages for reservation delivery. If model class can be deserialize from JSON form, it's suitable.

Describe alternatives you've considered

If we don't support it, each developers should implement their original serialization format and implement ser/de. It's ok but alternative out of box way may be welcomed for proof of concept.

Additional context

kazuki-ma avatar Oct 16 '19 11:10 kazuki-ma

https://github.com/line/line-bot-sdk-java/pull/254

kazuki-ma avatar Nov 27 '19 06:11 kazuki-ma

I guess the requirements are solved by current implementation. But if there's any problems, any users feel free to send PR or just generate other client library based on openapi spec.

tokuhirom avatar Aug 01 '23 04:08 tokuhirom