Class ClassSerializer

  • All Implemented Interfaces:
    ArtifactSerializer<java.lang.Class<?>>

    @Deprecated
    public class ClassSerializer
    extends java.lang.Object
    implements ArtifactSerializer<java.lang.Class<?>>
    Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassSerializer()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Class<?> create​(java.io.InputStream in)
      Deprecated.
      Creates the artifact from the provided InputStream.
      void serialize​(java.lang.Class<?> artifact, java.io.OutputStream out)
      Deprecated.
      Serializes the artifact to the provided OutputStream.
      • Methods inherited from class java.lang.Object

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

      • ClassSerializer

        public ClassSerializer()
        Deprecated.
    • Method Detail

      • serialize

        public void serialize​(java.lang.Class<?> artifact,
                              java.io.OutputStream out)
                       throws java.io.IOException
        Deprecated.
        Description copied from interface: ArtifactSerializer
        Serializes the artifact to the provided OutputStream. The OutputStream remains open.
        Specified by:
        serialize in interface ArtifactSerializer<java.lang.Class<?>>
        Throws:
        java.io.IOException