iArrayConv

given iArrayConv[A](implicit evidence$3: ClassTag[A], val nc: NativeConverter[A]): NativeConverter[IArray[A]]

Value members

Concrete methods

def fromNative(nativeJs: Any): IArray[A]

Inherited methods

def fromJson(json: String): IArray[A]

Convert a Json String to type A <br> Any RuntimeException subclass may be thrown if conversion fails.

Convert a Json String to type A <br> Any RuntimeException subclass may be thrown if conversion fails.

Inherited from
NativeConverter

Concrete fields

protected val nc: NativeConverter[A]

Extensions

Extensions

extension (a: IArray[A])
def toNative: Any

Inherited extensions

extension (a: A)
def toJson: String

Convert type A to a JSON string <br> Any RuntimeException subclass may be thrown if conversion fails.

Convert type A to a JSON string <br> Any RuntimeException subclass may be thrown if conversion fails.

Inherited from
NativeConverter