Interface PatriciaTries.UnmarshallingContextSupplier

Enclosing class:
PatriciaTries

public static interface PatriciaTries.UnmarshallingContextSupplier
A function that supplies an unmarshalling context.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.hotmoka.marshalling.api.UnmarshallingContext
    Yields the unmarshalling context.
  • Method Details

    • get

      io.hotmoka.marshalling.api.UnmarshallingContext get(InputStream is) throws IOException
      Yields the unmarshalling context.
      Parameters:
      is - the input stream of the context
      Returns:
      the unmarshalling context
      Throws:
      IOException - if the context cannot be created