-
-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Labels
Description
Ref issue #245, it it possible to make ReflectionCache Serializable?
It should be relatively easy, but I would suggest to only serialize it as empty.
Serializing actual contents may be complicated and unlikely to be worth the hassle.
Originally posted by @cowtowncoder in #245 (comment)
I do need to pass a configured instance of an ObjectMapper between applications.
If this is infeasible, any other suggestions for how to deal with configuring ObjectMapper cross application?