You are now able to save external objects inside your NEntity such as Bukkit domain related objects.
The serialization can be done using Jackson mappers
Code (Text):
@JsonSerialize(using = LocationSerializer.class)
@JsonDeserialize(using = LocationDeserializer.class)
private Location location;