Package org.spincast.core.json
Interface ToJsonArrayConvertible
public interface ToJsonArrayConvertible
An object implementing this interface is able to
convert itself to a
JsonArray
.
This is useful when full control over the conversion process is required.
-
Method Summary
Modifier and TypeMethodDescriptionConverts the object to aJsonArray
.
-
Method Details
-
convertToJsonArray
JsonArray convertToJsonArray()Converts the object to aJsonArray
.
-