Class MarshallableSavable

  • All Implemented Interfaces:
    Savable

    @DciRole(datumType=java.lang.Object.class)
    public class MarshallableSavable
    extends java.lang.Object
    implements Savable
    Author:
    Fabrizio Giudici
    • Field Summary

      • Fields inherited from interface it.tidalwave.thesefoolishthings.examples.dci.marshal.role.Savable

        _Savable_
    • Constructor Summary

      Constructors 
      Constructor Description
      MarshallableSavable​(java.lang.Object datum)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void saveTo​(java.nio.file.Path path, java.nio.charset.Charset charset, java.nio.file.OpenOption... openOptions)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface it.tidalwave.thesefoolishthings.examples.dci.marshal.role.Savable

        saveTo
    • Constructor Detail

      • MarshallableSavable

        public MarshallableSavable​(@Nonnull
                                   java.lang.Object datum)
    • Method Detail

      • saveTo

        public void saveTo​(@Nonnull
                           java.nio.file.Path path,
                           @Nonnull
                           java.nio.charset.Charset charset,
                           @Nonnull
                           java.nio.file.OpenOption... openOptions)
                    throws java.io.IOException
        Specified by:
        saveTo in interface Savable
        Throws:
        java.io.IOException