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
I've got a NonEmptyList[Foo], which gets serialized in a good old list. I can write a custom Property for NEL[Foo], but how do I get hold of the reference of Foo?
The text was updated successfully, but these errors were encountered:
reactormonk
changed the title
Custom data types
Properties for custom data types
Apr 25, 2017
I've got a
NonEmptyList[Foo]
, which gets serialized in a good old list. I can write a customProperty
forNEL[Foo]
, but how do I get hold of the reference ofFoo
?The text was updated successfully, but these errors were encountered: