Namespaces

Types

Type SerializationHelper

Namespace NHibernate.Util

Methods

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public static methods

object Deserialize(Byte[] data)

Parameters
return object
Byte[] data

Byte[] Serialize(object obj)

Parameters
return Byte[]
object obj