Public Instance Methods : SstNestedMarshalingConfiguration

* encode
	"ACTION
		Answer true if the marshaler configured by the receiver should 
		expect the contents of the communications messages it handles
		to be encoded so it is safe to transmit over 7-bit clean transports.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* encode: value
	"ACTION
		Set the marshaler configured by the receiver to expect the contents 
		of the communications messages it handles to be encoded so it 
		is safe to transmit over 7-bit clean transports if @value is true.

	PARAMETERS
		value : <Boolean>"
Categories
	SST-API Developer
* subMarshaler
	"ACTION
		Answer the marshaler configuration that the receiver's marshaler 
		will use when marshaling objects as deep values.  This configuration 
		is used to instantiate a new marshaler (just for deep marshaling).

	RETURN VALUE
		<SstMarshalingConfiguration>"
Categories
	SST-API Developer
* subMarshaler: value
	"ACTION
		Set the marshaler configuration that the receiver's marshaler will 
		use when marshaling objects as deep values.  This configuration 
		is used to instantiate a new marshaler (just for deep marshaling).

	PARAMETERS
		value : <SstMarshalingConfiguration>"
Categories
	SST-API Developer

[FIRST] [PREV] [NEXT] [LAST]