Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NativeConverter.type
Members list
Type members
Classlikes
Attributes
- Supertypes
- Self type
-
BooleanConv.type
Attributes
- Supertypes
- Self type
-
ByteConv.type
Attributes
- Supertypes
- Self type
-
CharConv.type
Infinity and NaN are not supported, since JSON does not support serializing those values.
Infinity and NaN are not supported, since JSON does not support serializing those values.
Attributes
- Supertypes
- Self type
-
DoubleConv.type
Infinity and NaN are not supported, since JSON does not support serializing those values.
Infinity and NaN are not supported, since JSON does not support serializing those values.
Attributes
- Supertypes
- Self type
-
FloatConv.type
Attributes
- Supertypes
- Self type
-
IntConv.type
Attributes
- Supertypes
- Self type
-
JSAnyConv.type
Attributes
- Supertypes
- Self type
-
JSDateConv.type
Attributes
- Supertypes
- Self type
-
LongConv.type
Attributes
- Supertypes
- Self type
-
NullConv.type
Attributes
- Supertypes
- Self type
-
ShortConv.type
Attributes
- Supertypes
- Self type
-
StringConv.type
Attributes
- Supertypes
- Self type
-
UUIDConv.type
Value members
Concrete methods
Givens
Givens
Infinity and NaN are not supported, since JSON does not support serializing those values.
Infinity and NaN are not supported, since JSON does not support serializing those values.
Attributes
Infinity and NaN are not supported, since JSON does not support serializing those values.
Infinity and NaN are not supported, since JSON does not support serializing those values.
Attributes
Derive a NativeConverter for type T. This method is called by the compiler automatically when adding derives NativeConverter on a class. You can also use it to derive given instances anywhere, which is useful if Cross-Building a Scala.js project:
given NativeConverter[User] = NativeConverter.derived
Only Sum and Product types are supported
Derive a NativeConverter for type T. This method is called by the compiler automatically when adding derives NativeConverter on a class. You can also use it to derive given instances anywhere, which is useful if Cross-Building a Scala.js project:
given NativeConverter[User] = NativeConverter.derived
Only Sum and Product types are supported