Package com.networknt.status
Interface StatusSerializer
-
public interface StatusSerializerInterface to allow custom serialization for a Status. Framework users can define their own format to return an error message to a consumer- Author:
- Dan Dobrin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringserializeStatus(Status status)Serialize the status and provide a custom format in the iomplementing class
-