final
class
LongPrimitive extends Primitive[Long]
Instance Constructors
-
new
LongPrimitive()
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
defaultValue: Long
-
def
deserializeNested(input: NestedInput): Long
-
def
deserializeRaw(input: RawInput): Long
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
map[B](default: ⇒ B)(ser: (B) ⇒ Long)(deser: (Long) ⇒ B): MappedSimpleSerializer[Long, B]
-
final
def
map[B](ser: (B) ⇒ Long, deser: (Long) ⇒ B, default: ⇒ B): MappedSimpleSerializer[Long, B]
-
final
def
map[B](ser: (B) ⇒ Long, deser: (Long) ⇒ B): MappedSimpleSerializer[Long, B]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
serializeField(output: FieldOutput, number: Int, name: String, v: Long): Unit
-
def
serializeNested(output: NestedOutput, v: Long): Unit
-
def
serializeRaw(output: RawOutput, v: Long): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
uninitializedValue: Long
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any