Package

org.tupol.utils

byteable

Permalink

package byteable

Utilities that help with byte serialization

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. byteable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Byteable extends Any

    Permalink

    Trait that helps classes to be serialised to a byte array.

  2. implicit final class XDouble extends AnyVal with Byteable

    Permalink
  3. implicit final class XFloat extends AnyVal with Byteable

    Permalink
  4. implicit final class XInt extends AnyVal with Byteable

    Permalink
  5. implicit final class XLong extends AnyVal with Byteable

    Permalink
  6. implicit final class XShort extends AnyVal with Byteable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped