apex-enterprise-patterns / force-di

Generic DI library with support for Apex, Triggers, Visualforce and Lightning
BSD 3-Clause "New" or "Revised" License
228 stars 100 forks source link

Support ability to express the bind(MyClass.class).to(asJSON) #17

Open afawcett opened 6 years ago

afawcett commented 6 years ago

As recently pointed out in another related blog (cannot find it now?)... JSON deserialization has some benefits.

douglascayers commented 6 years ago

I think you’re referring to this blog post?

https://medium.com/nintex-developers/rearchitecting-your-salesforce-lighting-javascript-for-testability-dfbaed89ecdf

afawcett commented 5 years ago

Yes thanks @douglascayers