Interface ArSRemoteControl.SerializerInterface

Enclosing class:
ArSRemoteControl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public static interface ArSRemoteControl.SerializerInterface
  • Method Summary

    Modifier and Type Method Description
    void serialize​(de.bsvrz.sys.funclib.dataSerializer.Serializer serializer)  
  • Method Details

    • serialize

      void serialize​(de.bsvrz.sys.funclib.dataSerializer.Serializer serializer) throws java.lang.Exception
      Throws:
      java.lang.Exception