I've got a problem I can't find any solution for. I have a textfile containing Serialized objects. I need to extract that data. I have the code of class that was used to serialize and the entities but not the original assembly.
I can't deserialize this because the serialization class wants the exact same assembly to deserialize as the one used to serialize. Is there some tool that will allow me to extact this data easily ?