laplac3 / cp130

The assignments for this course will incrementally develop a stock brokerage simulation. The simulation that will be developed is not concerned with accurately modeling a real stock brokerage. The purpose of the brokerage simulation is to provide a context for applying the material that will be covered. Additionally, this approach will allow us to work on a project having a degree of complexity that allows us to better understand a number of aspects of object-oriented design and programming.
0 stars 0 forks source link

Json serialization error #1

Open laplac3 opened 7 years ago

laplac3 commented 7 years ago

AccountManagerTest 9 errors: logger: Unable to to store account data see line 117 on the JsonDaoFactoryLaplace class. JsonMappingException: No serializer found for AccountManagerLaplace and no properties discovered to create BeanSerializer.

laplac3 commented 7 years ago

In the getAccount method it would be better form to test the existence of the Rather then relying on the IOException if it doesn’t exist.