IJSONDeserializeAware

public interface IJSONDeserializeAware

Represents an object that can be deserialized.

Methods

fromJSONable

void fromJSONable(Object parInput)

Import the data for this instance from the provided object.

Parameters:
  • parInput – The input value to import.