eiffelhub / json

Eiffel JSON library
Other
18 stars 13 forks source link

New Converter Design. #12

Closed jvelilla closed 7 years ago

jvelilla commented 9 years ago

Added a new set of classes to convert Eiffel to JSON and viceversa. Split the interface to converte from OBJECT_TO_JSON and JSON_TO_OBJECT. New Converter design using OBJECT_TO_JSON_CONVERTER and JSON_TO_OBJECT_CONVERTER. Added a factory class to build your conversion context based on your need, with or without converts and to or from Eiffel (and viceversa). Added a simple Linked List converter example and test case to show how to use the new interface. Added a BON diagram showing the general design.

jocelyn commented 9 years ago

I started review, but not yet completed.

jocelyn commented 7 years ago

Closed as I think the serializer and deserializer address the "converter" need.