Class BundleMarshaller

java.lang.Object
io.higson.runtime.marshaller.BundleMarshaller

public class BundleMarshaller extends Object
Author:
przemek hertel
  • Constructor Details

    • BundleMarshaller

      public BundleMarshaller()
  • Method Details

    • getLobData

      public LobData getLobData(Bundle b)
      Extract minimum information from bundle [b] needed to reconstruct it when combined with database externalized columns.
      Parameters:
      b - bundle from which LobData will be extracted
      Returns:
      LobData extracted from given bundle
      See Also:
    • marshall

      public String marshall(Bundle bundle)
    • unmarshall

      public LobData unmarshall(String json)
    • decode

      public LobData decode(String json)