Interface GsonUtils.GsonPostProcessable

All Known Implementing Classes:
Address, ContactAddress, MarkAddress, RegistrarAddress
Enclosing class:
GsonUtils

public static interface GsonUtils.GsonPostProcessable
Interface to enable GSON post-processing on a particular object after deserialization.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • postProcess

      void postProcess()