com.vladmihalcea.hibernate.type.util
Interface JsonSerializer

All Superinterfaces:
Serializable
All Known Implementing Classes:
ObjectMapperJsonSerializer

public interface JsonSerializer
extends Serializable

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 © 2022. All rights reserved.