This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Common.Avro.AvroJsonSerializer< T > Class Template Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Static Public Member Functions | List of all members
Org.Apache.REEF.Common.Avro.AvroJsonSerializer< T > Class Template Reference

Wrapper class for serialize/deserialize Avro json. More...

Static Public Member Functions

static T FromString (string str)
 
static string ToString (T obj)
 
static T FromBytes (byte[] bytes)
 
static byte[] ToBytes (T obj)
 

Detailed Description

Wrapper class for serialize/deserialize Avro json.

This avoids having to reference Avro dll in every project

Template Parameters
Tthe deserialized type

Member Function Documentation

static T Org.Apache.REEF.Common.Avro.AvroJsonSerializer< T >.FromBytes ( byte[]  bytes)
inlinestatic
static T Org.Apache.REEF.Common.Avro.AvroJsonSerializer< T >.FromString ( string  str)
inlinestatic
static byte [] Org.Apache.REEF.Common.Avro.AvroJsonSerializer< T >.ToBytes ( obj)
inlinestatic
static string Org.Apache.REEF.Common.Avro.AvroJsonSerializer< T >.ToString ( obj)
inlinestatic

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