On Mon, Apr 16, 2018 at 11:07 AM, Marcel Overdijk <[email protected]> wrote: > I don’t *require* only 1 instance but want to avoid that many are created as > I do need to do some introspection if classes and want to cache that > information. > It is only an annotation in class level so that should be fine, or - maybe to > be sure - I could simply register the serializer via a simple module.
In that case standard caching should work fine. If not, that would be a flaw. -+ Tatu +- > > > Cheers, > Marcel > > -- > You received this message because you are subscribed to the Google Groups > "jackson-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
