smile.json.ParserInput
See theParserInput companion trait
object ParserInput
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ParserInput.type
Members list
Type members
Classlikes
class ByteArrayBasedParserInput(bytes: Array[Byte]) extends DefaultParserInput
ParserInput reading directly off a byte array which is assumed to contain the UTF-8 encoded representation of the JSON input, without requiring a separate decoding step.
ParserInput reading directly off a byte array which is assumed to contain the UTF-8 encoded representation of the JSON input, without requiring a separate decoding step.
Attributes
- Supertypes
class CharArrayBasedParserInput(chars: Array[Char]) extends DefaultParserInput
Attributes
- Supertypes
abstract class DefaultParserInput extends ParserInput
Attributes
- Supertypes
- Known subtypes
class StringBasedParserInput(string: String) extends DefaultParserInput
Attributes
- Supertypes
Implicits
Implicits
In this article