Class StringDeserializer

  • All Implemented Interfaces:
    Deserializer<java.lang.String>

    public class StringDeserializer
    extends java.lang.Object
    implements Deserializer<java.lang.String>
    Since:
    1.0.0
    Author:
    Mercy
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String deserialize​(byte[] bytes)  
      • Methods inherited from class java.lang.Object

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

      • StringDeserializer

        public StringDeserializer()
    • Method Detail

      • deserialize

        public java.lang.String deserialize​(byte[] bytes)
                                     throws java.io.IOException
        Specified by:
        deserialize in interface Deserializer<java.lang.String>
        Throws:
        java.io.IOException