Inherits from NSObject
Declared in BVRisonEncoder.h
BVRisonEncoder.m

Overview

BVRisonEncoder contains simple RISON format encoding logic used to shorten URI lengths.

Class Methods

encode:

Encode the object to RISON format

+ (NSString *)encode:(id)value

Parameters

value

The object to be encoded.

Declared In

BVRisonEncoder.h

urlEncode:

URL percent-encode a string with special considerations for RISON formatting.

+ (NSString *)urlEncode:(id)originalString

Parameters

originalString

The string to be URL percent-encoded

Declared In

BVRisonEncoder.h