You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractEntity has a default toJSON method that results in Entities that must implement a serial data interface that is determined by outer classes of the app thus requiring the entity classes to have knowledge of and be dependent on these outer classes. An improved design will utilize an Adapter class to serialize the entity objects and separate that functionality from the entities to increase the flexibility of the code.
The text was updated successfully, but these errors were encountered:
AbstractEntity has a default
toJSON
method that results in Entities that must implement a serial data interface that is determined by outer classes of the app thus requiring the entity classes to have knowledge of and be dependent on these outer classes. An improved design will utilize anAdapter
class to serialize the entity objects and separate that functionality from the entities to increase the flexibility of the code.The text was updated successfully, but these errors were encountered: