Gson Serailizaton : Failed making field ‘java.time.Duration#seconds’ accessible; either increase its visibility or write a custom TypeAdapter
Note : seeing issues while serializing or deserializing “LocalDateTime” using Gson api.
i have implemented type-adapters for the LocalDateTime. but i see error
Gson Serailizaton : Failed making field ‘java.time.Duration#seconds’ accessible; either increase its visibility or write a custom TypeAdapter
Note : seeing issues while serializing or deserializing “LocalDateTime” using Gson api.
i have implemented type-adapters for the LocalDateTime. but i see error