corda / net.corda.core.serialization / SerializationContext / withCustomSerializers

withCustomSerializers

abstract fun withCustomSerializers(serializers: Set<SerializationCustomSerializer<*, *>>): SerializationContext

Helper method to return a new context based on this context with the given serializers added.