InfoAPILib
Bilioteka za pristup InfoAPI-ju
Public Member Functions | List of all members
InfoAPILib.IInfoAPIFormatter Interface Reference

Interfejs IInfoAPIFormatter obezbeđuje univerzalan mehanizam za serijalizaciju i deserijalizaciju kroz dva metoda Serialize<T>() i Deserialize() More...

Inheritance diagram for InfoAPILib.IInfoAPIFormatter:
InfoAPILib.InfoAPIFormatterJSON

Public Member Functions

string Serialize< T > (T pObject)
 Metod za serijalizaciju More...
 
void Deserialize (string pSerializedInput, object pObject)
 Metod za deserijalizaciju More...
 

Detailed Description

Interfejs IInfoAPIFormatter obezbeđuje univerzalan mehanizam za serijalizaciju i deserijalizaciju kroz dva metoda Serialize<T>() i Deserialize()

Na primer, InfoAPIFormatterJSON implementira ovaj interfejs.

Member Function Documentation

string InfoAPILib.IInfoAPIFormatter.Serialize< T > ( pObject)

Metod za serijalizaciju

Template Parameters
T
Parameters
pObjectObjekat koji se serijaliozije
Returns

Implemented in InfoAPILib.InfoAPIFormatterJSON.

void InfoAPILib.IInfoAPIFormatter.Deserialize ( string  pSerializedInput,
object  pObject 
)

Metod za deserijalizaciju

Parameters
pSerializedInputString koji se deserijalizuje
pObjectObjekat u koji se deserijalizuje

Implemented in InfoAPILib.InfoAPIFormatterJSON.


The documentation for this interface was generated from the following file: