PocoJsonSerializerStrategy.

TrySerializeUnknownTypes(object, object) Method

Assembly
Cake.Http.dll
Namespace
Cake.Http
Containing Type
PocoJsonSerializerStrategy

Syntax

protected virtual bool TrySerializeUnknownTypes(object input, out object output)

Parameters

Name Type Description
input object
output object

Return Value

Type Description
bool