jsonEncoder

besom.internal.Encoder.jsonEncoder
object jsonEncoder extends Encoder[JsValue]

Attributes

Graph
Supertypes
trait Encoder[JsValue]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def encode(json: JsValue)(using Context): Result[(Metadata, Value)]

Serializes the given object to gRPC value and Pulumi Metadata

Serializes the given object to gRPC value and Pulumi Metadata

Attributes

Inherited methods

def contramap[B](f: B => JsValue): Encoder[B]

Attributes

Inherited from:
Encoder