com.vladmihalcea.hibernate.type.util
Interface JsonSerializer

All Known Implementing Classes:
ObjectMapperJsonSerializer

public interface JsonSerializer

Contract for serializing JSON objects.

Author:
Vlad Mihalcea

Method Summary
<T> T
clone(T jsonObject)
          Clone JSON object.
 

Method Detail

clone

<T> T clone(T jsonObject)
Clone JSON object.

Type Parameters:
T - JSON object parameterized type
Parameters:
jsonObject - JSON object
Returns:
cloned JSON object


Copyright © 2021. All rights reserved.