Class Funnels.StringCharsetFunnel.SerializedForm

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Funnels.StringCharsetFunnel

    private static class Funnels.StringCharsetFunnel.SerializedForm
    extends java.lang.Object
    implements java.io.Serializable
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializedForm​(java.nio.charset.Charset charset)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.lang.Object readResolve()  
      • Methods inherited from class java.lang.Object

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

      • charsetCanonicalName

        private final java.lang.String charsetCanonicalName
    • Constructor Detail

      • SerializedForm

        SerializedForm​(java.nio.charset.Charset charset)
    • Method Detail

      • readResolve

        private java.lang.Object readResolve()