corda / net.corda.client.jackson / JacksonSupport / createNonRpcMapper

createNonRpcMapper

@JvmStatic @JvmOverloads fun createNonRpcMapper(factory: JsonFactory = JsonFactory(), fullParties: Boolean = false): ObjectMapper

For testing or situations where deserialising parties is not required

Parameters

fullParties - If true then Party objects will be serialised as JSON objects, with the owning key serialised in addition to the name. For PartyAndCertificate objects the cert path will be included.