class ByteArraySerializer extends BaseSerializer with ByteBufferSerializer
This is a special Serializer that Serializes and deserializes byte arrays only, (just returns the byte array unchanged/uncopied)
- Source
- Serializer.scala
- Alphabetic
- By Inheritance
- ByteArraySerializer
- ByteBufferSerializer
- BaseSerializer
- Serializer
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
-  new ByteArraySerializer(system: ExtendedActorSystem)
- 
      
      
      
        
      
    
      
        
        new
      
      
        ByteArraySerializer()
      
      
      - Annotations
- @deprecated
- Deprecated
- (Since version 2.4) Use constructor with ExtendedActorSystem 
 
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        +(other: String): String
      
      
      - Implicit
- This member is added by an implicit conversion from ByteArraySerializer to any2stringadd[ByteArraySerializer] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ->[B](y: B): (ByteArraySerializer, B)
      
      
      - Implicit
- This member is added by an implicit conversion from ByteArraySerializer to ArrowAssoc[ByteArraySerializer] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        val
      
      
        SerializationIdentifiers: String("akka.actor.serialization-identifiers")
      
      
      Configuration namespace of serialization identifiers in the reference.conf.Configuration namespace of serialization identifiers in the reference.conf.Each serializer implementation must have an entry in the following format: akka.actor.serialization-identifiers."FQCN" = IDwhereFQCNis fully qualified class name of the serializer implementation andIDis globally unique serializer identifier number.- Definition Classes
- BaseSerializer
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: (ByteArraySerializer) ⇒ Boolean, msg: ⇒ Any): ByteArraySerializer
      
      
      - Implicit
- This member is added by an implicit conversion from ByteArraySerializer to Ensuring[ByteArraySerializer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: (ByteArraySerializer) ⇒ Boolean): ByteArraySerializer
      
      
      - Implicit
- This member is added by an implicit conversion from ByteArraySerializer to Ensuring[ByteArraySerializer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: Boolean, msg: ⇒ Any): ByteArraySerializer
      
      
      - Implicit
- This member is added by an implicit conversion from ByteArraySerializer to Ensuring[ByteArraySerializer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: Boolean): ByteArraySerializer
      
      
      - Implicit
- This member is added by an implicit conversion from ByteArraySerializer to Ensuring[ByteArraySerializer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        formatted(fmtstr: String): String
      
      
      - Implicit
- This member is added by an implicit conversion from ByteArraySerializer to StringFormat[ByteArraySerializer] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        fromBinary(buf: ByteBuffer, manifest: String): AnyRef
      
      
      Produces an object from a ByteBuffer, with an optional type-hint; the class should be loaded using ActorSystem.dynamicAccess.Produces an object from a ByteBuffer, with an optional type-hint; the class should be loaded using ActorSystem.dynamicAccess.- Definition Classes
- ByteArraySerializer → ByteBufferSerializer
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        fromBinary(bytes: Array[Byte], clazz: Option[Class[_]]): AnyRef
      
      
      Produces an object from an array of bytes, with an optional type-hint; the class should be loaded using ActorSystem.dynamicAccess. Produces an object from an array of bytes, with an optional type-hint; the class should be loaded using ActorSystem.dynamicAccess. - Definition Classes
- ByteArraySerializer → Serializer
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        fromBinary(bytes: Array[Byte], clazz: Class[_]): AnyRef
      
      
      Java API: deserialize with type hint Java API: deserialize with type hint - Definition Classes
- Serializer
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        fromBinary(bytes: Array[Byte]): AnyRef
      
      
      Java API: deserialize without type hint Java API: deserialize without type hint - Definition Classes
- Serializer
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        identifier: Int
      
      
      - Definition Classes
- ByteArraySerializer → BaseSerializer → Serializer
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        includeManifest: Boolean
      
      
      Returns whether this serializer needs a manifest in the fromBinary method Returns whether this serializer needs a manifest in the fromBinary method - Definition Classes
- ByteArraySerializer → Serializer
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        system: ExtendedActorSystem
      
      
      - Definition Classes
- ByteArraySerializer → BaseSerializer
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toBinary(o: AnyRef, buf: ByteBuffer): Unit
      
      
      Serializes the given object into the ByteBuffer.Serializes the given object into the ByteBuffer.- Definition Classes
- ByteArraySerializer → ByteBufferSerializer
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toBinary(o: AnyRef): Array[Byte]
      
      
      Serializes the given object into an Array of Byte Serializes the given object into an Array of Byte - Definition Classes
- ByteArraySerializer → Serializer
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        →[B](y: B): (ByteArraySerializer, B)
      
      
      - Implicit
- This member is added by an implicit conversion from ByteArraySerializer to ArrowAssoc[ByteArraySerializer] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc