object ion
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait IonCapability extends MarshallerCapability
-
case class
IonClobStringScalar(charset: Charset) extends IonScalarInfo with Product with Serializable
Instructs marshaller to encode
Stringasclobion type with provided charset - class IonFromInput extends FromInput[IonValue]
- class IonInputParser extends InputParser[IonValue]
- class IonInputUnmarshaller extends InputUnmarshaller[IonValue]
- class IonMarshallerForType extends ResultMarshallerForType[IonValue]
- class IonResultMarshaller extends ResultMarshaller
- sealed trait IonScalarInfo extends ScalarValueInfo
- class IonToInput extends ToInput[IonValue, IonValue]
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit def ionFromInput(implicit system: IonSystem): IonFromInput
- implicit def ionInputParser(implicit system: IonSystem): IonInputParser
- implicit def ionInputUnmarshaller(implicit system: IonSystem): IonInputUnmarshaller
- implicit def ionMarshallerForType(implicit system: IonSystem): IonMarshallerForType
- implicit def ionResultMarshaller(implicit system: IonSystem): IonResultMarshaller
- implicit def ionToInput(implicit system: IonSystem): IonToInput
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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( ... ) @native()
-
object
IonClobScalar extends IonScalarInfo with Product with Serializable
Instructs marshaller to encode
Array[Byte]andStringasclobion type - object IonClobStringSupport extends IonCapability with Product with Serializable
- object IonClobSupport extends IonCapability with Product with Serializable
- object IonSqlTimestampSupport extends IonCapability with Product with Serializable
- object IonTimestampSupport extends IonCapability with Product with Serializable