Interface TypeSpecificWireConfig


public interface TypeSpecificWireConfig
Marker interface for type specific configuration to be sent over the wire.
  • Method Summary

    Modifier and Type
    Method
    Description
    Encode this object as JSON for serialization.
  • Method Details

    • encodeJSON

      String encodeJSON()
      Encode this object as JSON for serialization.
      Returns:
      a JSON string representing this object