Class Serializers$


  • public class Serializers$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Serializers$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Serializers$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String manifestFor​(Serializer s, java.lang.Object message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final Serializers$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Serializers$

        public Serializers$()
    • Method Detail

      • manifestFor

        public java.lang.String manifestFor​(Serializer s,
                                            java.lang.Object message)