Re: [jackson-user] Configuring customer serializer via ObjectMapper

2021-11-10 Thread Tatu Saloranta
On Thu, Oct 14, 2021 at 7:40 PM Sasa Vilic wrote: > Hi, > > is there a way to pass configuration to customer serializer, for given > ObjectMapper instance? > > Background: > > I have created custom UUID serializer/deserializer with idea that I want > support both legacy/hex format and advanced

[jackson-user] Configuring customer serializer via ObjectMapper

2021-10-14 Thread Sasa Vilic
Hi, is there a way to pass configuration to customer serializer, for given ObjectMapper instance? Background: I have created custom UUID serializer/deserializer with idea that I want support both legacy/hex format and advanced efficient format in form of array of 2 long values (MSB and