object YRead
Default deserializer type classes.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- YRead
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
abstract
class
TimeBaseYRead
[T <: AnyRef] extends ScalarYRead[T]
Base class for Time de-serializers
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def error(node: YNode, err: String): Left[YError, Nothing]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def list[A](implicit reader: YRead[A]): YRead[List[A]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- implicit def seq[A](implicit reader: YRead[A]): YRead[Seq[A]]
- implicit def set[A](implicit reader: YRead[A]): YRead[Set[A]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... )
-
implicit
object
AnyYRead
extends YRead[Any]
Deserializer for Any Scalar
-
implicit
object
BooleanYRead
extends ScalarYRead[Boolean]
Deserializer for Boolean types.
-
implicit
object
DTYRead
extends ScalarYRead[SimpleDateTime]
Deserializer for SimpleDateTime For more native serializers take a look at YReadTime
-
implicit
object
DoubleYRead
extends ScalarYRead[Double]
Deserializer for Double types.
-
implicit
object
IntYRead
extends ScalarYRead[Int]
Deserializer for Int types.
-
implicit
object
LongYRead
extends ScalarYRead[Long]
Deserializer for Long types.
-
implicit
object
MapYRead
extends YRead[Map[YNode, YNode]]
Deserializer for Map[YNode,YNode]
-
implicit
object
SeqNodeYRead
extends YRead[Seq[YNode]]
Deserializer for Seq[YNode]
-
implicit
object
StringYRead
extends ScalarYRead[String]
Deserializer for String types.
-
implicit
object
YMapYRead
extends YRead[YMap]
Deserializer for YMap
-
implicit
object
YScalarYRead
extends YRead[YScalar]
Deserializer YScalar
-
implicit
object
YSeqYRead
extends YRead[YSequence]
Deserializer for YSequence